1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00
zsh/Completion/Unix
m0viefreak 139ee0e351 32395: _git: diff: refactor and fix wrong completions
Before this, there were several cases where the completion
would offer the wrong things:

$ git diff branch -- <tab>

would try to complete "changed in workdir files", but needs to
complete all "tree files in HEAD".

$ git diff --cached -- file1 file2 <tab>
would try to complete "changed in workdir files" but needs to
complete "changed in index files".

...

After this change all possible combinations are taken into
account and completion should work properly.
2014-02-18 12:22:16 +01:00
..
Command 32395: _git: diff: refactor and fix wrong completions 2014-02-18 12:22:16 +01:00
Type 32261: completion updates for Solaris 11, Update 1 2014-01-02 22:26:04 +00:00
.distfiles new or changed after move 2001-04-02 12:39:40 +00:00