mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-01 20:34:07 +02:00
Change author color in log to cyan
This commit is contained in:
parent
54d344671b
commit
8104140212
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
interactive = add --patch
|
||||
|
||||
diffdir = difftool --dir-diff
|
||||
graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)'
|
||||
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)'
|
||||
[diff]
|
||||
compactionHeuristic = true
|
||||
|
|
Loading…
Add table
Reference in a new issue