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
101
101
When doing a dry-run, give the output in the short-format. See
102
102
linkgit:git-status[1] for details. Implies `--dry-run`.
103
103
104
+ --branch::
105
+ Show the branch and tracking info even in short-format.
106
+
104
107
--porcelain::
105
108
When doing a dry-run, give the output in a porcelain-ready
106
109
format. See linkgit:git-status[1] for details. Implies
107
110
`--dry-run`.
108
111
109
112
-z::
113
+ --null::
110
114
When showing `short` or `porcelain` status output, terminate
111
115
entries in the status output with NUL, instead of LF. If no
112
116
format is given, implies the `--porcelain` output format.
@@ -189,6 +193,10 @@ OPTIONS
189
193
current tip -- if it was a merge, it will have the parents of
190
194
the current tip as parents -- so the current top commit is
191
195
discarded.
196
+
197
+ --no-post-rewrite::
198
+ Bypass the post-rewrite hook.
199
+
192
200
+
193
201
--
194
202
It is a rough equivalent for:
You can’t perform that action at this time.
0 commit comments