Check list
Environment info
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?
Check list
Environment info
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 (
--graphand--reverseare mutually exclusive). Maybe--graphshould be omitted from thegit logcommand?