diff --git a/gitconfig b/gitconfig index 6396f9c..48c122d 100644 --- a/gitconfig +++ b/gitconfig @@ -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]