mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 03:03:58 +02:00
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:
parent
3173bb868a
commit
a0e82614a2
1 changed files with 4 additions and 4 deletions
|
@ -35,10 +35,10 @@
|
||||||
interactive = add --patch
|
interactive = add --patch
|
||||||
|
|
||||||
diffdir = difftool --dir-diff
|
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)'
|
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(green)(%ar)%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(green)(%ad)%C(reset) %C(auto)%d%C(reset)' --max-count=7
|
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(green)(%ad)%C(reset) %C(auto)%d%C(reset)' @{u}..HEAD
|
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]
|
[diff]
|
||||||
compactionHeuristic = true
|
compactionHeuristic = true
|
||||||
indentHeuristic = true
|
indentHeuristic = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue