summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-25 13:01:02 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-25 13:01:02 -0700
commit9257a333196c775f827e9f2af65b5349e999b5fa (patch)
treebdcbe2f34f702d3ba7fd2b925b7485f763a06d98 /git-commit.txt
parent7f2b3cb98f6fbfdd4680aa7d74f51f55e2174ef1 (diff)
downloadgit-htmldocs-9257a333196c775f827e9f2af65b5349e999b5fa.tar.gz
Autogenerated HTML docs for v1.7.11.1-59-gbc9e7d
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 2d695f619..f40083592 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -101,12 +101,16 @@ OPTIONS
When doing a dry-run, give the output in the short-format. See
linkgit:git-status[1] for details. Implies `--dry-run`.
+--branch::
+ Show the branch and tracking info even in short-format.
+
--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::
+--null::
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.
@@ -189,6 +193,10 @@ OPTIONS
current tip -- if it was a merge, it will have the parents of
the current tip as parents -- so the current top commit is
discarded.
+
+--no-post-rewrite::
+ Bypass the post-rewrite hook.
+
+
--
It is a rough equivalent for: