Skip to content

Commit 6ffb990

Browse files
orgadsgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 94f6e3e commit 6ffb990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-status.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Field Meaning
363363
Unmerged entries have the following format; the first character is
364364
a "u" to distinguish from ordinary changed entries.
365365

366-
u <xy> <sub> <m1> <m2> <m3> <mW> <h1> <h2> <h3> <path>
366+
u <XY> <sub> <m1> <m2> <m3> <mW> <h1> <h2> <h3> <path>
367367

368368
....
369369
Field Meaning

0 commit comments

Comments
 (0)