git-graph icon indicating copy to clipboard operation
git-graph copied to clipboard

Command line tool to show clear git graphs arranged for your branching model

Results 42 git-graph issues
Sort by recently updated
recently updated
newest added

did the --format support color rander?

question

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?

question

IE: down key shows control character note that down works in git-igitt (but shit + down doesn't)

bug

Implemented paged output in #25, but did not manage to implement scrolling upwards due to problems with scroll-back buffer / setting buffer size.

enhancement

Currently, uncommited changes are not shown in the graph.

enhancement

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).

enhancement

`crossterm` is required for paging anyway, so probably `yansi` is not necessary anymore.

enhancement

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`

enhancement

Currently, only two parrents are supported.

enhancement