diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-03-04 00:17:23 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-03 17:45:48 -0800 |
commit | 78cb59c8e5b5ac6ab709b8544698e13511759a76 (patch) | |
tree | 54ef8449797dd6872cb2027a2ca6c5e2e2699f46 | |
parent | git-merge: fail correctly when we cannot fast forward. (diff) | |
download | tgif-78cb59c8e5b5ac6ab709b8544698e13511759a76.tar.xz |
Document the config variable format.suffix
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 9fec76935e..d9c12f14b9 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 |