git-graph
git-graph copied to clipboard
Command line tool to show clear git graphs arranged for your branching model
I love the styling of the output of this tool and would like to use it more but I am so used to the standard log graph. I see you've...
Hello , great job Unfornutely idk why my font color is always white. Only when flag write --color always the theme is colored. How can i permanently change the colors?
IE: down key shows control character note that down works in git-igitt (but shit + down doesn't)
Implemented paged output in #25, but did not manage to implement scrolling upwards due to problems with scroll-back buffer / setting buffer size.
Add padding placeholders like `%>(N)` etc., as with `git log --format="..."`. See the respective placeholders in the [Git docs](https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem).
`crossterm` is required for paging anyway, so probably `yansi` is not necessary anymore.
Problem: when walking the respository from `HEAD`, back-tracing of branches does notwork properly. Solution: back-trace the entire graph, but display only what is reachable from `HEAD`
Currently, only two parrents are supported.