File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ In the short-format, the status of each path is shown as
116
116
117
117
where `PATH1` is the path in the `HEAD`, and the " `-> PATH2`" part is
118
118
shown only when `PATH1` corresponds to a different path in the
119
- index/worktree (i.e. the file is renamed). The 'XY' is a two-letter
119
+ index/worktree (i.e. the file is renamed). The `XY` is a two-letter
120
120
status code.
121
121
122
122
The fields (including the `->`) are separated from each other by a
@@ -125,7 +125,7 @@ characters, that field will be quoted in the manner of a C string
125
125
literal: surrounded by ASCII double quote (34) characters, and with
126
126
interior special characters backslash-escaped.
127
127
128
- For paths with merge conflicts, `X` and 'Y' show the modification
128
+ For paths with merge conflicts, `X` and `Y` show the modification
129
129
states of each side of the merge. For paths that do not have merge
130
130
conflicts, `X` shows the status of the index, and `Y` shows the status
131
131
of the work tree. For untracked paths, `XY` are `??`. Other status
You can’t perform that action at this time.
0 commit comments