Better reference coloring in git lg
This commit is contained in:
parent
2a2ebda9e2
commit
6b0a2872e6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
[color]
|
||||
ui = true
|
||||
[alias]
|
||||
lg = "log --pretty=format:'%C(yellow)%h%C(reset) %C(magenta)%G?%C(reset) %C(blue)%an%C(reset) %C(cyan)%cr%C(reset) %s %C(green)%d%C(reset)' --graph --date-order"
|
||||
lg = "log --decorate --pretty=format:'%C(yellow)%h%C(reset) %C(green)%G?%C(reset) %C(blue)%an%C(reset) %C(cyan)%cr%C(reset) %s %C(auto)%d%C(reset)' --graph --date-order"
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[difftool "vimdiff"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue