File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -78,18 +78,19 @@ OUTPUT
7878The output from this command is designed to be used as a commit
7979template comment, and all the output lines are prefixed with '#'.
8080The default, long format, is designed to be human readable,
81- verbose and descriptive. They are subject to change in any time.
81+ verbose and descriptive. Its contents and format are subject to change
82+ at any time.
8283
8384The paths mentioned in the output, unlike many other git commands, are
8485made relative to the current directory if you are working in a
8586subdirectory (this is on purpose, to help cutting and pasting). See
8687the status.relativePaths config option below.
8788
88- In short-format, the status of each path is shown as
89+ In the short-format, the status of each path is shown as
8990
9091 XY PATH1 -> PATH2
9192
92- where `PATH1` is the path in the `HEAD`, and ` -> PATH2` part is
93+ where `PATH1` is the path in the `HEAD`, and the ` -> PATH2` part is
9394shown only when `PATH1` corresponds to a different path in the
9495index/worktree (i.e. the file is renamed). The 'XY' is a two-letter
9596status code.
You can’t perform that action at this time.
0 commit comments