gitconfig: Made the graph command order by date
This commit is contained in:
parent
a33364a94a
commit
76f23a478b
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
|||
[pager]
|
||||
log = less -S
|
||||
[alias]
|
||||
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
graph = log --graph --abbrev-commit --date-order --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue