Skip to content

Commit 78cb59c

Browse files
dschoJunio C Hamano
authored andcommitted
Document the config variable format.suffix
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7d79c86 commit 78cb59c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/config.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,11 @@ format.headers::
340340
Additional email headers to include in a patch to be submitted
341341
by mail. See gitlink:git-format-patch[1].
342342

343+
format.suffix::
344+
The default for format-patch is to output files with the suffix
345+
`.patch`. Use this variable to change that suffix (make sure to
346+
include the dot if you want it).
347+
343348
gc.packrefs::
344349
`git gc` does not run `git pack-refs` in a bare repository by
345350
default so that older dumb-transport clients can still fetch

0 commit comments

Comments
 (0)