mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-01 20:54:20 +02:00
Color branches in graph using thier specific colors
This commit is contained in:
parent
76be66bb77
commit
29e29bd48a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
interactive = add --patch
|
||||
|
||||
diffdir = difftool --dir-diff
|
||||
graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(bold yellow)%d%C(reset)'
|
||||
graph = log --graph --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
|
||||
|
||||
stage = add
|
||||
unstage = reset -q HEAD --
|
||||
|
|
Loading…
Add table
Reference in a new issue