Open
Description
I'm running the following comand to find two commits that I know they exist, but the gitinspector don't find one of them.
python "gitinspector.py" -f** --since=2018-05-07-15:02:00 --until=2018-05-07-15:03:00 "path"
In this interval there are two commits:
one at --since=2018-05-07-15:02:00 --until=2018-05-07-15:02:10
and the other at --since=2018-05-07-15:02:20 --until=2018-05-07-15:02:40
.
But when I run the gitinspector to catch boths commits, it find only the second commit.
What am I doing wrong?