Change date color in logs to magenta

This allows better visibility of local branches, as they were also
green, and could not be changed.
This commit is contained in:
Paweł Płazieński 2019-12-31 08:45:49 +01:00
parent 3173bb868a
commit a0e82614a2

View file

@ -35,10 +35,10 @@
interactive = add --patch
diffdir = difftool --dir-diff
graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)'
last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
where = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' --max-count=7
outgoing = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' @{u}..HEAD
graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(magenta)(%ad)%C(reset) %C(auto)%d%C(reset)'
last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(magenta)(%ar)%C(reset) %C(auto)%d%C(reset)'
where = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(magenta)(%ad)%C(reset) %C(auto)%d%C(reset)' --max-count=7
outgoing = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(magenta)(%ad)%C(reset) %C(auto)%d%C(reset)' @{u}..HEAD
[diff]
compactionHeuristic = true
indentHeuristic = true