From: Simon Ruderich Date: Sat, 22 May 2010 00:02:51 +0000 (+0200) Subject: gitconfig: Use threads with git format-patch. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=708517e604ba88d5f5786b20ad21536be6237651 gitconfig: Use threads with git format-patch. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index ca21c56..1eb17f2 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -59,4 +59,9 @@ IF(OS, debian) tool = vimdiff FI +[format] + # When using git format-patch use threads and add all patches as + # replies to the first one. + thread = shallow + # vim: ft=gitconfig