summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
2013-07-22Merge branch 'es/check-mailmap'Junio C Hamano
2013-07-13builtin: add git-check-mailmap commandEric Sunshine
2013-07-11Merge branch 'jk/bash-completion'Junio C Hamano
2013-06-30completion: learn about --man-pathJohn Keeping
2013-06-30completion: handle unstuck form of base git optionsJohn Keeping
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor
2013-06-21Sync with maintJunio C Hamano
2013-06-21completion: complete diff --word-diffRamkumar Ramachandra
2013-06-14Merge branch 'rr/complete-difftool-fixup'Junio C Hamano
2013-06-11Merge branch 'fc/completion-less-ls-remote'Junio C Hamano
2013-06-09completion: show can take both revlist and pathsRamkumar Ramachandra
2013-06-03completion: difftool takes both revs and filesRamkumar Ramachandra
2013-06-02completion: avoid ls-remote in certain scenariosFelipe Contreras
2013-06-02Merge branch 'fc/completion'Junio C Hamano
2013-06-02Merge branch 'fc/zsh-leftover-bits'Junio C Hamano
2013-05-21completion: regression fix for zshFelipe Contreras
2013-05-09git-svn: added an --include-path flagPaul Walmsley
2013-05-08completion: synchronize zsh wrapperFelipe Contreras
2013-05-08completion: cleanup zsh wrapperFelipe Contreras
2013-04-29git-completion.bash: add remote.pushdefault to config listRamkumar Ramachandra
2013-04-29git-completion.bash: add branch.*.pushremote to config listRamkumar Ramachandra
2013-04-29Merge branch 'maint'Junio C Hamano
2013-04-29git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra
2013-04-29git-completion.bash: add diff.submodule to config listRamkumar Ramachandra
2013-04-29git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra
2013-04-27completion: add missing format-patch optionsFelipe Contreras
2013-04-27completion: remove __git_index_file_list_filter()Felipe Contreras
2013-04-27completion: add space after completed filenameFelipe Contreras
2013-04-27completion: add hack to enable file mode in bash < 4Felipe Contreras
2013-04-27completion: refactor __git_complete_index_file()Felipe Contreras
2013-04-27completion: refactor diff_index wrappersFelipe Contreras
2013-04-27completion: use __gitcompadd for __gitcomp_fileFelipe Contreras
2013-04-27completion; remove unuseful commentsFelipe Contreras
2013-04-24Sync with maintJunio C Hamano
2013-04-24completion: remove duplicate block for "git commit -c"Mårten Kongstad
2013-04-15completion: small optimizationFelipe Contreras
2013-04-15completion: inline __gitcomp_1 to its sole callsiteFelipe Contreras
2013-04-15completion: get rid of compgenFelipe Contreras
2013-04-15completion: add new __gitcompadd helperFelipe Contreras
2013-04-12completion: get rid of empty COMPREPLY assignmentsFelipe Contreras
2013-04-12completion: add more cherry-pick optionsFelipe Contreras
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano
2013-03-11Merge branch 'mp/complete-paths'Junio C Hamano
2013-03-11git-completion.bash: zsh does not implement function redirection correctlyMatthieu Moy
2013-03-04submodule: add 'deinit' commandJens Lehmann
2013-02-17Merge branch 'mp/diff-algo-config'Junio C Hamano
2013-02-12completion: support 'git config --local'Matthieu Moy
2013-02-08Merge branch 'mp/complete-paths'Junio C Hamano
2013-02-01Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests'Junio C Hamano
2013-01-28Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash'Junio C Hamano