Skip to content

Commit

Permalink
Merge branch 'rr/doc-commit'
Browse files Browse the repository at this point in the history
* rr/doc-commit:
  commit: document a couple of options
  • Loading branch information
Junio C Hamano committed Jun 25, 2012
2 parents efc478d + e858af6 commit 4536214
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4536214

Please sign in to comment.