]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Use threads with git format-patch.
authorSimon Ruderich <simon@ruderich.org>
Sat, 22 May 2010 00:02:51 +0000 (02:02 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 22 May 2010 00:02:51 +0000 (02:02 +0200)
gitconfig.m4

index ca21c56ec74a926d55249060571d9f5b4295f2da..1eb17f2541d56db264618d4626644db52d9585aa 100644 (file)
@@ -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