summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.zsh
AgeCommit message (Expand)Author
2019-01-03zsh: complete unquoted paths with spaces correctlyChayoung You
2018-06-13Merge branch 'sg/completion-zsh-workaround'Junio C Hamano
2018-06-12completion: correct zsh detection when run from git-completion.zshSZEDER Gábor
2018-04-17completion: fill COMPREPLY directly when completing pathsSZEDER Gábor
2017-03-23completion: fill COMPREPLY directly when completing refsSZEDER Gábor
2015-01-07Merge branch 'pd/completion-filenames-fix'Junio C Hamano
2014-12-15Update documentation occurrences of filename .shPeter van der Does
2014-04-09completion: fix completing args of aliased "push", "fetch", etc.Felipe Contreras
2014-01-06completion: introduce __gitcomp_nl_append ()Ramkumar Ramachandra
2014-01-06zsh completion: find matching custom bash completionRamkumar Ramachandra
2013-05-29completion: zsh: improve bash script loadingFelipe Contreras
2013-05-03completion: zsh: don't override suffix on _detaultFelipe Contreras
2013-04-29complete: zsh: use zsh completion for the main cmdFelipe Contreras
2013-04-29complete: zsh: trivial simplificationFelipe Contreras
2013-03-05git-completion.zsh: define __gitcomp_file compatibility functionMatthieu Moy
2012-11-19completion: add new zsh completionFelipe Contreras