On Sun, Dec 16, 2018 at 7:10 PM Anthony Sottile <[email protected]> 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 intent to add
>
> Signed-off-by: Anthony Sottile <[email protected]>
> ---
> 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 d9f422d56..4af7424e5 100644
> --- a/Documentation/git-status.txt
> +++ b/Documentation/git-status.txt
> @@ -202,7 +202,7 @@ in which case `XY` are `!!`.
> [AMD] not updated
> M [ MD] updated in index
> A [ MD] added to index
> - D deleted from index
> + D [ A] deleted from index
> R [ MD] renamed in index
> C [ MD] copied in index
> [MARC] index and work tree matches
> --
> 2.17.1
>
--
Duy