From 8dc6cf2910e7888e8eb737786c5b588c3c280b27 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 24 Oct 2013 01:40:16 +0200 Subject: [PATCH] gitconfig: Use yes instead of true for consistency. --- gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2