summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-05-09 07:24:48 +0000
committerJunio C Hamano <junio@kernel.org>2010-05-09 07:24:48 +0000
commitcb39aea01e29cf8ff7b0b7d2e8e8c0130292cfe2 (patch)
tree2708f18cd961765994c15549e7aeef53041d74fe /git-commit.txt
parent2b3ee5d004d9924b235a46bba46dace1e7cd7630 (diff)
downloadgit-htmldocs-cb39aea01e29cf8ff7b0b7d2e8e8c0130292cfe2.tar.gz
Autogenerated HTML docs for v1.7.1-78-g212f0
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 64fb458b4..32c482f33 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -10,7 +10,7 @@ SYNOPSIS
[verse]
'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>]
+ [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
[--date=<date>] [--cleanup=<mode>] [--status | --no-status] [--]
[[-i | -o ]<file>...]
@@ -131,6 +131,12 @@ OPTIONS
from making such a commit. This option bypasses the safety, and
is primarily for use by foreign scm interface scripts.
+--allow-empty-message::
+ Like --allow-empty this command is primarily for use by foreign
+ scm interface scripts. It allows you to create a commit with an
+ empty commit message without using plumbing commands like
+ linkgit:git-commit-tree[1].
+
--cleanup=<mode>::
This option sets how the commit message is cleaned up.
The '<mode>' can be one of 'verbatim', 'whitespace', 'strip',