about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorm0viefreak <m0viefreak.cm@googlemail.com>2013-09-22 12:48:28 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2013-09-22 14:01:16 +0200
commit8a70a985777031857eb02366a3115e8f6e1f024f (patch)
treef3fdf960836bf91dc03ce2184c534901b6f34e5e /ChangeLog
parent2025b05bcfc935becf0dea46054b63d191685d3b (diff)
downloadzsh-8a70a985777031857eb02366a3115e8f6e1f024f.tar.gz
zsh-8a70a985777031857eb02366a3115e8f6e1f024f.tar.xz
zsh-8a70a985777031857eb02366a3115e8f6e1f024f.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e71fd3a73..3220b6291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-22  m0viefreak  <m0viefreak.cm@googlemail.com>
+
+	* 31754: Completion/Unix/Command/_git: _git: git rm: make git rm
+	--cached work as intended
+
 2013-09-22  Øystein Walle  <oystwa@gmail.com>
 
 	* 31752: Completion/Unix/Command/_git: _git: change completion