Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc.shoemaker@cox.net <c.shoemaker@cox.net>2005-10-29 08:16:12 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-29 09:21:29 +0400
commit0363ecf6414e75d4423814ba930f67edaef91683 (patch)
tree145bc819301613fd783d97db40e34967631ca44b /git-commit.sh
parentf9362de96131c323a00ce5e135dd76f7134c7f01 (diff)
update usage string for git-commit.sh
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-commit.sh')
-rwxr-xr-xgit-commit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-commit.sh b/git-commit.sh
index 96a884f3bc..10651d87d0 100755
--- 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=