Adding date order for git log

This commit is contained in:
Hunter Haugen 2011-07-06 14:09:21 -07:00
parent 4f0cb9587a
commit e6e01bd37b

View file

@ -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"]