kdexd/yolog

Colorizing the branchlines?

dimitrieh opened this issue · 3 comments

Maybe add this last touch? (I like colors)

git log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue) <%an>%Creset' --abbrev-commit

gives this:
image

yolog gives:
image

kdexd commented

@dimitrieh Sure, I'll do that as well. Then you probably would wait for 0.2.3 because I pushed 0.2.2 n PyPI.

cheers!

kdexd commented

Simply adding --color makes blocks of columns separately for separate branches. If there is no solution, I'm afraid we have to compromise it, else we'll see. Though it would be a nice enhancement !
image