From: Johannes Schindelin Date: Sat, 3 Mar 2007 23:17:23 +0000 (+0100) Subject: Document the config variable format.suffix X-Git-Tag: v1.5.0.3~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=78cb59c8e5b5ac6ab709b8544698e13511759a76;p=git.git Document the config variable format.suffix Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 9fec76935..d9c12f14b 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -340,6 +340,11 @@ format.headers:: Additional email headers to include in a patch to be submitted by mail. See gitlink:git-format-patch[1]. +format.suffix:: + The default for format-patch is to output files with the suffix + `.patch`. Use this variable to change that suffix (make sure to + include the dot if you want it). + gc.packrefs:: `git gc` does not run `git pack-refs` in a bare repository by default so that older dumb-transport clients can still fetch