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]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[alias]
|
[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]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[difftool "vimdiff"]
|
[difftool "vimdiff"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue