diff options
author | m0viefreak <m0viefreak.cm@googlemail.com> | 2013-09-22 12:48:28 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2013-09-22 14:01:16 +0200 |
commit | 8a70a985777031857eb02366a3115e8f6e1f024f (patch) | |
tree | f3fdf960836bf91dc03ce2184c534901b6f34e5e /Makefile.in | |
parent | 2025b05bcfc935becf0dea46054b63d191685d3b (diff) | |
download | zsh-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 'Makefile.in')
0 files changed, 0 insertions, 0 deletions