From 8660fa26a4f99e40553e295dcfb57c1adebca7ec Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 16 Jul 2020 12:50:21 +0200 Subject: [PATCH] Update git dog command to be time-ordered --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]