Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
update usage string for git-commit.sh
author
c.shoemaker@cox.net
<c.shoemaker@cox.net>
Sat, 29 Oct 2005 04:16:12 +0000
(
00:16
-0400)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 29 Oct 2005 05:21:29 +0000
(22:21 -0700)
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f9362de
)
diff --git
a/git-commit.sh
b/git-commit.sh
index 96a884f3bcc67563f2e7e1cc3054d24ca51125dd..10651d87d087b6e8d656799d00384669e376fca3 100755
(executable)
--- a/
git-commit.sh
+++ b/
git-commit.sh
@@
-6,7
+6,7
@@
. git-sh-setup || die "Not a git archive"
usage () {
- die 'git commit [-a] [-
v | --no-verify] [-m <message>] [-F <logfile>] [(-C|-c) <commit>
] [<path>...]'
+ die 'git commit [-a] [-
s] [-v | --no-verify] [-m <message> | -F <logfile> | (-C|-c) <commit>] [-e
] [<path>...]'
}
all= logfile= use_commit= no_edit= log_given= log_message= verify=t signoff=