From: Simon Ruderich Date: Wed, 23 Oct 2013 23:40:16 +0000 (+0200) Subject: gitconfig: Use yes instead of true for consistency. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=8dc6cf2910e7888e8eb737786c5b588c3c280b27 gitconfig: Use yes instead of true for consistency. --- diff --git a/gitconfig.in b/gitconfig.in index 005114a..cf6e169 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -181,6 +181,6 @@ [transfer] # Automatically fsck objects when receiving them (respected by git # receive-pack and git fetch (>= 1.7.8, for fetch)). - fsckobjects = true + fsckobjects = yes # vim: ft=gitconfig