From 10d8d833bd31b26320fccc51c9c98a4eeeb53b64 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 29 Sep 2015 20:21:08 +0100 Subject: [PATCH] Make 'git history' alias backward compatible. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index c9e6052..9e3b898 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,7 +16,7 @@ lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all lg = !"git lg1" lgd = log -p --decorate - history = log --oneline --abbrev-commit --all --graph --decorate + history = log --pretty=oneline --abbrev-commit --all --graph --decorate tidy = remote prune origin st = status ci = commit