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>
Orgad Shaneh committed
Sep 26, 2021 at 03:48 UTC
6ffb990dc4d5faa84b89d0591fbcda838a7b563f
1 file changed
+1
-1
Documentation/git-status.txt
+1
-1
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