-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Labels
Description
Check list
- I have read through the README
- I have the latest version of forgit
- I have searched through the existing issues
Environment info
- OS
- Linux
- Mac OS X
- Windows
- Others:
- Shell
- bash
- zsh
- fish
Problem / Steps to reproduce
The git log viewer calls git log --graph
. Because the commits are shown bottom-up, the graph edges point the wrong way. See for example the log of forgit itself:
I don't think it is possible to have git output a reverse graph (--graph
and --reverse
are mutually exclusive). Maybe --graph
should be omitted from the git log
command?