Skip to content

Commit aa934e0

Browse files
committed
Merge branch 'kh/doc-commit-extra-references'
Doc update. * kh/doc-commit-extra-references: doc: commit: link to git-status(1) on all format options
2 parents a545103 + df90ecc commit aa934e0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Documentation/git-commit.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)