Junio C Hamano [off-list ref] writes:
Johannes Altmanninger [off-list ref] writes:
quoted
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index 83f38e3198..20f496094a 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -225,8 +225,8 @@ C [ MD] copied in index
[MARC] index and work tree matches
[ MARC] M work tree changed since index
[ MARC] D deleted in work tree
-[ D] R renamed in work tree
-[ D] C copied in work tree
+ R renamed in work tree
+ C copied in work tree
I do not see lines with horizontal tabs used in exiting entries to
skip to columns. Perhaps these two lines should follow suit.
Nah, there is one before the pre-context of this hunk. I guess it
is OK, and certainly would not need a reroll for it.
Thanks.