Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-commit.txt: (synopsis): move -i and -o before "--"
author
Jari Aalto
<jari.aalto@cante.net>
Wed, 1 Dec 2010 14:51:25 +0000
(16:51 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 1 Dec 2010 19:26:43 +0000
(11:26 -0800)
All options, including -i and -o, must come before "--" which is the
end of options marker.
Reported-by: Joey Hess <joey@kitenet.net>
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e22148f
)
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 42fb1f57b21d7c355d3df6be07329c478786a9a7..ec7b577b85ae5a320b1006380f5abd03946ba44b 100644
(file)
--- a/
Documentation/git-commit.txt
+++ b/
Documentation/git-commit.txt
@@
-11,8
+11,8
@@
SYNOPSIS
'git commit' [-a | --interactive] [-s] [-v] [-u<mode>] [--amend] [--dry-run]
[(-c | -C) <commit>] [-F <file> | -m <msg>] [--reset-author]
[--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
- [--date=<date>] [--cleanup=<mode>] [--status | --no-status]
[--]
- [
[-i | -o ]
<file>...]
+ [--date=<date>] [--cleanup=<mode>] [--status | --no-status]
+ [
-i | -o] [--] [
<file>...]
DESCRIPTION
-----------