summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2013-05-03Sync with maintJunio C Hamano
2013-05-03completion: zsh: don't override suffix on _detaultFelipe Contreras
2013-05-01Merge branch 'zk/prompt-rebase-step'Junio C Hamano
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-29Merge branch 'fc/zsh-completion' into maintJunio C Hamano
2013-04-29complete: zsh: use zsh completion for the main cmdFelipe Contreras
2013-04-29complete: zsh: trivial simplificationFelipe Contreras
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-26Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano
2013-04-25bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger
2013-04-24Sync with maintJunio C Hamano
2013-04-24completion: remove duplicate block for "git commit -c"MÃ¥rten Kongstad
2013-04-23Merge branch 'fc/untracked-zsh-prompt'Junio C Hamano
2013-04-22prompt: fix untracked files for zshFelipe Contreras
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-04-03Merge branch 'rr/prompt-revert-head'Junio C Hamano
2013-04-01bash: teach __git_ps1 about REVERT_HEADRobin Rosenberg
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-07Merge branch 'mp/complete-paths'Junio C Hamano
2013-03-05git-completion.zsh: define __gitcomp_file compatibility functionMatthieu Moy
2013-03-04submodule: add 'deinit' commandJens Lehmann
2013-02-18shell-prompt: clean up nested if-thenMartin Erik Werner
2013-02-17Merge branch 'mp/diff-algo-config'Junio C Hamano
2013-02-17Merge branch 'mw/bash-prompt-show-untracked-config'Junio C Hamano
2013-02-13shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner
2013-02-12completion: support 'git config --local'Matthieu Moy
2013-02-08Merge branch 'mk/tcsh-complete-only-known-paths'Junio C Hamano
2013-02-08Merge branch 'mp/complete-paths'Junio C Hamano
2013-02-04completion: handle path completion and colon for tcsh scriptMarc Khouzam
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
2013-01-24t9902: protect test from stray build artifactsJunio C Hamano
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-18git-completion.bash: replace zsh notation that breaks bash 3.XBrandon Casey
2013-01-18Merge branch 'ds/completion-silence-in-tree-path-probe'Junio C Hamano
2013-01-18Merge branch 'mk/complete-tcsh'Junio C Hamano
2013-01-16diff: Introduce --diff-algorithm command line optionMichal Privoznik
2013-01-16config: Introduce diff.algorithm variableMichal Privoznik