From 91c343f27970bef686b695f386505b8d1d88c098 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 20 Dec 2012 22:10:58 +0100 Subject: [PATCH] gitconfig: Add --abbrev-commit to tig alias. --- gitconfig.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig.m4 b/gitconfig.m4 index f1e6672..2ecbc64 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -113,7 +113,7 @@ include(../lib.m4) ## Custom commands. # # tig-like log view. - tig = log --pretty=oneline --graph --all --decorate + tig = log --pretty=oneline --graph --all --decorate --abbrev-commit [diff] # Detect copies and renames. -- 2.44.1