Fakerr / git-recall

An interactive way to peruse your git history from the terminal
MIT License
2.12k stars 47 forks source link

git recall -a "my name" does not work #5

Closed samaursa closed 7 years ago

samaursa commented 7 years ago

This may be related to the previous issue. But git recall is not working on my repository. You can checkout the repository here and try it:

https://github.com/samaursa/3LoC

Fakerr commented 7 years ago

Yeah, by default, only commits for the last 24 hours are displayed. you need to use the -d option.

samaursa commented 7 years ago

That makes sense and it does indeed work now.

Perhaps the default behavior should be to show n commits if # of days is not specified?