git-recall
git-recall copied to clipboard
An interactive way to peruse your git history from the terminal
Added an option -l/--local to show only commits that are ahead of origin/{branch}. For this I introduced the function `set_log_command()` to select a different command template as it makes little...
Instead of getting help, I get this message: ```$ git recall --help No manual entry for git-recall See 'man 7 undocumented' for help when manual pages are not available. ```...
In rxvt-unicode 9.22 on FreeBSD 11.0 (using zsh and /bin/sh) git recall prints the commits, but hitting j/k/Up/Down just prints out the same commits once more. No commit is marked...
maybe you love this one: https://github.com/so-fancy/diff-so-fancy and use that in this project
Let's say I want to run on the root folder of all my git projects, can it be done?
1. change the coding style, use 4 spaces to indent, and remove the end of the line blank. 2. add `home/gg` `end/G` key maps.
it might be a good idea to keep the standard git-log bahavior and just pass arguments to git log instead of limiting the functionality and setting non-standard default values like...