File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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--
194202It is a rough equivalent for:
You can’t perform that action at this time.
0 commit comments