From 56329756fa00ef4e8c609b898192eb188419e8d5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 14 Jul 2015 23:56:46 +0300 Subject: [PATCH] .gitconfig: always abbreviate commit id's --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 66a2842..b3e81d7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -91,6 +91,9 @@ [core] pager = less -FRSXgimq +[log] + abbrevCommit = true + [merge] tool = vimdiff -- 2.39.2