From: Mike Frysinger Date: Thu, 2 Jun 2016 15:08:30 +0000 (-0400) Subject: gitconfig: increase abbrev hash length X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=81027099888b5a55180415902e23a499c91792b0 gitconfig: increase abbrev hash length --- diff --git a/.gitconfig b/.gitconfig index b6e5f63..4be988b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,6 +2,8 @@ name = Mike Frysinger email = vapier@gentoo.org # signingkey = 0xE837F581 +[core] + abbrev = 12 [color] ui = auto diff = auto