Re: [PATCH] doc: short status for delete + intent-to-add

2018-12-16 Thread Duy Nguyen
On Sun, Dec 16, 2018 at 7:10 PM Anthony Sottile wrote: > > $ git rm foo > rm 'foo' > $ touch foo > $ git add --intent-to-add foo > $ git status --short > DA foo Twisted, but not wrong. It may also be a good idea to describe intent-to-add status, which is probably something like [ D]A

[PATCH] doc: short status for delete + intent-to-add

2018-12-16 Thread Anthony Sottile
$ git rm foo rm 'foo' $ touch foo $ git add --intent-to-add foo $ git status --short DA foo Signed-off-by: Anthony Sottile --- Documentation/git-status.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index d9f422