Update git dog command to be time-ordered

This commit is contained in:
Talia 2020-07-16 12:50:21 +02:00
parent f5637ce4d2
commit 8660fa26a4
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
[alias]
head = log -1 --show-signature --format=fuller
adog = log --all --decorate --oneline --graph --date-order
dog = log --decorate --oneline --graph
changes = log --all --oneline --compact-summary
dog = log --decorate --oneline --graph --date-order
stat = log --oneline --stat --date-order
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :"
root = rev-parse --show-toplevel
[user]