From 708517e604ba88d5f5786b20ad21536be6237651 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 22 May 2010 02:02:51 +0200 Subject: [PATCH] gitconfig: Use threads with git format-patch. --- gitconfig.m4 | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.44.1