diff options
author | Orgad Shaneh <orgads@gmail.com> | 2021-09-26 03:48:02 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-28 16:29:04 -0700 |
commit | 6ffb990dc4d5faa84b89d0591fbcda838a7b563f (patch) | |
tree | f5b04fa4b350cba39f41a5785a46d7dd49a9b707 | |
parent | Git 2.30.2 (diff) | |
download | tgif-6ffb990dc4d5faa84b89d0591fbcda838a7b563f.tar.xz |
doc: fix capitalization in "git status --porcelain=v2" description
The summary line had xy, while the description (and other sub-sections)
has XY.
Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-status.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index c0764e850a..b39952d794 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -363,7 +363,7 @@ Field Meaning Unmerged entries have the following format; the first character is a "u" to distinguish from ordinary changed entries. - u <xy> <sub> <m1> <m2> <m3> <mW> <h1> <h2> <h3> <path> + u <XY> <sub> <m1> <m2> <m3> <mW> <h1> <h2> <h3> <path> .... Field Meaning |