From a6152fae0b828b4b758552d6b714b74c0d3c50b2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 28 Oct 2015 23:52:47 +0000 Subject: [PATCH] gitconfig: Use true instead of 1 --- .gitconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 245d63e..7efd22b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -77,10 +77,10 @@ [fetch] # Always prune when fetching (and pulling). - prune = 1 + prune = true [gitsh] - nogreeting = true + nogreeting = true [grep] # Show the line numbers in the output. @@ -100,4 +100,4 @@ [rerere] # Store and re-use manual conflict resolution changes. - enabled = 1 + enabled = true