]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fix capitalization in "git status --porcelain=v2" description
authorOrgad Shaneh <orgads@gmail.com>
Sun, 26 Sep 2021 03:48:02 +0000 (03:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Sep 2021 23:29:04 +0000 (16:29 -0700)
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>
Documentation/git-status.txt

index c0764e850a44adde9499c6e601dace9320116f38..b39952d794e962b46911f335b0b82421941a0998 100644 (file)
@@ -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