mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 03:03:58 +02:00
Add automatic graph sorting by date
This commit is contained in:
parent
853440b555
commit
691c0fd71b
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(auto)%d%C(reset)'
|
||||
graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(blue)%an%C(reset) %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(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
|
||||
|
||||
stage = add
|
||||
|
|
Loading…
Add table
Reference in a new issue