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
78
78
The output from this command is designed to be used as a commit
79
79
template comment, and all the output lines are prefixed with '#'.
80
80
The 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.
82
83
83
84
The paths mentioned in the output, unlike many other git commands, are
84
85
made relative to the current directory if you are working in a
85
86
subdirectory (this is on purpose, to help cutting and pasting). See
86
87
the status.relativePaths config option below.
87
88
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
89
90
90
91
XY PATH1 -> PATH2
91
92
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
93
94
shown only when `PATH1` corresponds to a different path in the
94
95
index/worktree (i.e. the file is renamed). The 'XY' is a two-letter
95
96
status code.
You can’t perform that action at this time.
0 commit comments