Add "Index: " to the list of things that start a patch
[git.git] / mailinfo.c
index 6c4d589..ae279bf 100644 (file)
@@ -193,7 +193,8 @@ static void handle_rest(void)
 
        do {
                if (!memcmp("diff -", line, 6) ||
-                   !memcmp("---", line, 3))
+                   !memcmp("---", line, 3) ||
+                   !memcmp("Index: ", line, 7))
                        out = patchfile;
 
                fputs(line, out);