git-format-patch: the default suffix is now .patch, not .txt
[gitweb.git] / builtin-log.c
index 930cc0401c8a6088f1da24666e610b1c8732b497..f3cff13edc80afad27b9f7930a0a736ba5aa6d16 100644 (file)
@@ -197,7 +197,7 @@ static int istitlechar(char c)
 
 static char *extra_headers = NULL;
 static int extra_headers_size = 0;
-static const char *fmt_patch_suffix = ".txt";
+static const char *fmt_patch_suffix = ".patch";
 
 static int git_format_config(const char *var, const char *value)
 {