7 ms·
Note also that there's a more feature complete version that accomplishes the same tasks in the contrib directory of git (http://git.kernel.org/?p=git/git.git;a=
by l0stman 16y ago
Note also that there's a more feature complete version that accomplishes the same tasks in the contrib directory of git (http://git.kernel.org/?p=git/git.git;a=blob;f=contrib/completion/git-completion.bash;h=f83f019ca91a2611f5bd3474ccf6d10081320c4c;hb=HEAD http://git.kernel.org/?p=git/git.git;a=blob;f=contrib/comple...).
It's implemented in bash but I use it with almost no modification with the Korn shell.
- avar 16y agoYou linked to the wrong version, given the topic of this thread. Recently ZSH support has been added to git-completion.bash, but it's still only in the "next" branch of git: http://git.kernel.org/?p=git/git.git;a=blob_plain;f=contrib/completion/git-completion.bash;hb=next http://git.kernel.org/?p=git/git.git;a=blob_plain;f=contrib/...
- KingOfB 16y agoThis makes me very happy, thanks!