Adding date order for git log
This commit is contained in:
parent
4f0cb9587a
commit
e6e01bd37b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[color]
|
||||
ui = true
|
||||
[alias]
|
||||
lg = "log --pretty=format:'%C(yellow)%h%C(reset) %C(blue)%an%C(reset) %C(cyan)%cr%C(reset) %s %C(green)%d%C(reset)' --graph"
|
||||
lg = "log --pretty=format:'%C(yellow)%h%C(reset) %C(blue)%an%C(reset) %C(cyan)%cr%C(reset) %s %C(green)%d%C(reset)' --graph --date-order"
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[difftool "vimdiff"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue