File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -146,20 +146,22 @@ See linkgit:git-rebase[1] for details.
146146 linkgit:git-status[1] for details. Implies `--dry-run` .
147147
148148`--branch` ::
149- Show the branch and tracking info even in short-format.
149+ Show the branch and tracking info even in short-format. See
150+ linkgit:git-status[1] for details.
150151
151152`--porcelain` ::
152153 When doing a dry-run, give the output in a porcelain-ready
153154 format. See linkgit:git-status[1] for details. Implies
154155 `--dry-run` .
155156
156157`--long` ::
157- When doing a dry-run, give the output in the long-format.
158- Implies `--dry-run` .
158+ When doing a dry-run, give the output in the long-format. This
159+ is the default output of linkgit:git-status[1]. Implies
160+ `--dry-run` .
159161
160162`-z` ::
161163`--null` ::
162- When showing `short` or `porcelain` status output, print the
164+ When showing `short` or `porcelain` linkgit:git- status[1] output, print the
163165 filename verbatim and terminate the entries with _NUL_ , instead of _LF_ .
164166 If no format is given, implies the `--porcelain` output format.
165167 Without the `-z` option, filenames with "unusual" characters are
You can’t perform that action at this time.
0 commit comments