Update git dog command to be time-ordered
This commit is contained in:
parent
f5637ce4d2
commit
8660fa26a4
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
[alias]
|
[alias]
|
||||||
head = log -1 --show-signature --format=fuller
|
head = log -1 --show-signature --format=fuller
|
||||||
adog = log --all --decorate --oneline --graph --date-order
|
adog = log --all --decorate --oneline --graph --date-order
|
||||||
dog = log --decorate --oneline --graph
|
dog = log --decorate --oneline --graph --date-order
|
||||||
changes = log --all --oneline --compact-summary
|
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)\"; :"
|
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :"
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
[user]
|
[user]
|
||||||
|
|
Loading…
Reference in a new issue