From: Simon Ruderich Date: Thu, 20 Dec 2012 21:10:58 +0000 (+0100) Subject: gitconfig: Add --abbrev-commit to tig alias. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=91c343f27970bef686b695f386505b8d1d88c098 gitconfig: Add --abbrev-commit to tig alias. --- 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.