I have this kind of tree :
J
|\
| I
| H
| G
| |\
| | F
| | E
| | D
| |/
| C
| B
|/
A
How can I make it look like this (or similar) in gitk ?
J
|\
| G,H,I
| |\
| | D,E,F
| |/
| B,C
|/
A
My history tree become hard to read when a merged functionality has many commits.
Edit : I tried gitk --merges
but it gives me something like that :
J
|\
| I
A
G
|\
| F
C
Edit : The example tree can be found in this repo : https://github.com/moobee/gitk-hide-ff-commit