File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
116116
117117where `PATH1` is the path in the `HEAD`, and the " `-> PATH2`" part is
118118shown 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
120120status code.
121121
122122The 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
125125literal: surrounded by ASCII double quote (34) characters, and with
126126interior special characters backslash-escaped.
127127
128- For paths with merge conflicts, `X` and 'Y' show the modification
128+ For paths with merge conflicts, `X` and `Y` show the modification
129129states of each side of the merge. For paths that do not have merge
130130conflicts, `X` shows the status of the index, and `Y` shows the status
131131of the work tree. For untracked paths, `XY` are `??`. Other status
You can’t perform that action at this time.
0 commit comments