Skip to content

Commit 809b262

Browse files
committed
Merge branch 'rr/doc-commit' into maint
* rr/doc-commit: commit: document a couple of options
2 parents 7615cb0 + e858af6 commit 809b262

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/git-commit.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,16 @@ OPTIONS
101101
When doing a dry-run, give the output in the short-format. See
102102
linkgit:git-status[1] for details. Implies `--dry-run`.
103103

104+
--branch::
105+
Show the branch and tracking info even in short-format.
106+
104107
--porcelain::
105108
When doing a dry-run, give the output in a porcelain-ready
106109
format. See linkgit:git-status[1] for details. Implies
107110
`--dry-run`.
108111

109112
-z::
113+
--null::
110114
When showing `short` or `porcelain` status output, terminate
111115
entries in the status output with NUL, instead of LF. If no
112116
format is given, implies the `--porcelain` output format.
@@ -189,6 +193,10 @@ OPTIONS
189193
current tip -- if it was a merge, it will have the parents of
190194
the current tip as parents -- so the current top commit is
191195
discarded.
196+
197+
--no-post-rewrite::
198+
Bypass the post-rewrite hook.
199+
192200
+
193201
--
194202
It is a rough equivalent for:

0 commit comments

Comments
 (0)