summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-18 01:25:50 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-18 01:25:50 +0000
commit6ce6b6cb7a03d3103a4b0eb41e2ed15a80024b55 (patch)
tree3e9bd013d9057fd0551ac9d62eece9b6199dfa94 /git-commit.txt
parent5ca1dd1798d837bfcc50ba1cdd92484b4698dc96 (diff)
downloadgit-htmldocs-6ce6b6cb7a03d3103a4b0eb41e2ed15a80024b55.tar.gz
Autogenerated HTML docs for v1.6.6-243-gff6d2
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 5fb43f932..d3a2dec21 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -11,7 +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] [--no-verify] [-e] [--author=<author>]
- [--date=<date>] [--cleanup=<mode>] [--] [[-i | -o ]<file>...]
+ [--date=<date>] [--cleanup=<mode>] [--status | --no-status] [--]
+ [[-i | -o ]<file>...]
DESCRIPTION
-----------
@@ -224,6 +225,17 @@ specified.
to be committed, paths with local changes that will be left
uncommitted and paths that are untracked.
+--status::
+ Include the output of linkgit:git-status[1] in the commit
+ message template when using an editor to prepare the commit
+ message. Defaults to on, but can be used to override
+ configuration variable commit.status.
+
+--no-status::
+ Do not include the output of linkgit:git-status[1] in the
+ commit message template when using an editor to prepare the
+ default commit message.
+
\--::
Do not interpret any more arguments as options.