From 8a70a985777031857eb02366a3115e8f6e1f024f Mon Sep 17 00:00:00 2001 From: m0viefreak Date: Sun, 22 Sep 2013 12:48:28 +0200 Subject: 31754: _git: git rm: make git rm --cached work as intended While limiting the completion to __git_changed-in-index_files makes perfect sense for "git diff", it is wrong to use for "git rm", because it prevents it from completing files present in HEAD. Giving --cached to git rm is supposed to "just remove it from the index, keep the working tree copy" and is in no way related to the file needing to be modified in the index in the first place. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e71fd3a73..3220b6291 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-09-22 m0viefreak + + * 31754: Completion/Unix/Command/_git: _git: git rm: make git rm + --cached work as intended + 2013-09-22 Øystein Walle * 31752: Completion/Unix/Command/_git: _git: change completion -- cgit 1.4.1