Skip to content

Commit 6eea60f

Browse files
dsymondsgitster
authored andcommitted
Rearrange git-format-patch synopsis to improve clarity.
Signed-off-by: David Symonds <dsymonds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e90ecb6 commit 6eea60f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-format-patch.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ git-format-patch - Prepare patches for e-mail submission
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git-format-patch' [-n | -N | -k] [-o <dir> | --stdout] [--thread]
12+
'git-format-patch' [-k] [-o <dir> | --stdout] [--thread]
1313
[--attach[=<boundary>] | --inline[=<boundary>]]
1414
[-s | --signoff] [<common diff options>]
15+
[-n | --numbered | -N | --no-numbered]
1516
[--start-number <n>] [--numbered-files]
1617
[--in-reply-to=Message-Id] [--suffix=.<sfx>]
1718
[--ignore-if-in-upstream]

0 commit comments

Comments
 (0)