mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-01 21:34:48 +02:00
Change date in graph to absolute
This commit is contained in:
parent
80def193b4
commit
109303129b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,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)(%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)(%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)'
|
||||
|
||||
stage = add
|
||||
|
|
Loading…
Add table
Reference in a new issue