summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-24 21:57:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-10-24 21:57:51 (GMT)
commitf35a02b15d22521c4902d8b3434c7c55eeab4a1d (patch)
tree412981ac30667c4d298b602347e0b793c6615137 /Documentation
parent26a22d8d00e288dd4825f5d5d77d47473bdf3a6b (diff)
parent7c45cee6bb3a9727d88fd8ea9c681d49fd29220e (diff)
downloadgit-f35a02b15d22521c4902d8b3434c7c55eeab4a1d.zip
git-f35a02b15d22521c4902d8b3434c7c55eeab4a1d.tar.gz
git-f35a02b15d22521c4902d8b3434c7c55eeab4a1d.tar.bz2
Merge branch 'po/doc-status-markup'
Update documentation mark-up. * po/doc-status-markup: doc: fix 'git status --help' character quoting
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-status.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index def635f..4d8d530 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -116,7 +116,7 @@ In the short-format, the status of each path is shown as
where `PATH1` is the path in the `HEAD`, and the " `-> PATH2`" part is
shown only when `PATH1` corresponds to a different path in the
-index/worktree (i.e. the file is renamed). The 'XY' is a two-letter
+index/worktree (i.e. the file is renamed). The `XY` is a two-letter
status code.
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
literal: surrounded by ASCII double quote (34) characters, and with
interior special characters backslash-escaped.
-For paths with merge conflicts, `X` and 'Y' show the modification
+For paths with merge conflicts, `X` and `Y` show the modification
states of each side of the merge. For paths that do not have merge
conflicts, `X` shows the status of the index, and `Y` shows the status
of the work tree. For untracked paths, `XY` are `??`. Other status