Skip to content

Commit dc91e1b

Browse files
jaaltogitster
authored andcommitted
git-commit.txt: (synopsis): move -i and -o before "--"
All options, including -i and -o, must come before "--" which is the end of options marker. Reported-by: Joey Hess <[email protected]> Signed-off-by: Jari Aalto <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e22148f commit dc91e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-commit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SYNOPSIS
1111
'git commit' [-a | --interactive] [-s] [-v] [-u<mode>] [--amend] [--dry-run]
1212
[(-c | -C) <commit>] [-F <file> | -m <msg>] [--reset-author]
1313
[--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
14-
[--date=<date>] [--cleanup=<mode>] [--status | --no-status] [--]
15-
[[-i | -o ]<file>...]
14+
[--date=<date>] [--cleanup=<mode>] [--status | --no-status]
15+
[-i | -o] [--] [<file>...]
1616

1717
DESCRIPTION
1818
-----------

0 commit comments

Comments
 (0)