summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2009-12-28 09:33:50 +0000
committerJunio C Hamano <junio@kernel.org>2009-12-28 09:33:50 +0000
commita0fae261430126ab1c67a1ce094a960432e7ff66 (patch)
tree262c016888b414b8040be1954eb1e9ea481fcedd /git-commit.txt
parent096dde2e4698a6069f64d1e5be6db08bc422d7e9 (diff)
downloadgit-htmldocs-a0fae261430126ab1c67a1ce094a960432e7ff66.tar.gz
Autogenerated HTML docs for v1.6.6-60-gc2ff1
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/git-commit.txt b/git-commit.txt
index d227cec9b..c97c151ae 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -74,6 +74,20 @@ OPTIONS
authorship of the resulting commit now belongs of the committer.
This also renews the author timestamp.
+--short::
+ When doing a dry-run, give the output in the short-format. See
+ linkgit:git-status[1] for details. Implies `--dry-run`.
+
+--porcelain::
+ When doing a dry-run, give the output in a porcelain-ready
+ format. See linkgit:git-status[1] for details. Implies
+ `--dry-run`.
+
+-z::
+ When showing `short` or `porcelain` status output, terminate
+ entries in the status output with NUL, instead of LF. If no
+ format is given, implies the `--porcelain` output format.
+
-F <file>::
--file=<file>::
Take the commit message from the given file. Use '-' to