summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* git-svn: added an --include-path flagPaul Walmsley2013-05-091-1/+1
* Sync with maintJunio C Hamano2013-05-031-1/+1
|\
| * completion: zsh: don't override suffix on _detaultFelipe Contreras2013-05-031-1/+1
* | Merge branch 'zk/prompt-rebase-step'Junio C Hamano2013-05-011-5/+16
|\ \
| * | bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger2013-04-251-5/+16
* | | git-completion.bash: add remote.pushdefault to config listRamkumar Ramachandra2013-04-291-0/+5
* | | git-completion.bash: add branch.*.pushremote to config listRamkumar Ramachandra2013-04-291-2/+2
* | | Merge branch 'maint'Junio C Hamano2013-04-292-9/+136
|\ \ \ | | |/ | |/|
| * | Merge branch 'fc/zsh-completion' into maintJunio C Hamano2013-04-291-8/+126
| |\ \
| | * | complete: zsh: use zsh completion for the main cmdFelipe Contreras2013-04-291-1/+119
| | * | complete: zsh: trivial simplificationFelipe Contreras2013-04-291-8/+8
| * | | git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra2013-04-291-0/+4
| * | | git-completion.bash: add diff.submodule to config listRamkumar Ramachandra2013-04-291-0/+5
| * | | git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra2013-04-291-1/+1
| |/ /
| * | Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano2013-04-261-1/+1
| |\ \
* | | | completion: add missing format-patch optionsFelipe Contreras2013-04-271-1/+2
* | | | Sync with maintJunio C Hamano2013-04-241-7/+0
|\ \ \ \ | |/ / /
| * | | completion: remove duplicate block for "git commit -c"MÃ¥rten Kongstad2013-04-241-7/+0
| | |/ | |/|
* | | Merge branch 'fc/untracked-zsh-prompt'Junio C Hamano2013-04-231-1/+1
|\ \ \ | | |/ | |/|
| * | prompt: fix untracked files for zshFelipe Contreras2013-04-211-1/+1
* | | completion: small optimizationFelipe Contreras2013-04-141-4/+4
* | | completion: inline __gitcomp_1 to its sole callsiteFelipe Contreras2013-04-141-15/+11
* | | completion: get rid of compgenFelipe Contreras2013-04-141-5/+10
* | | completion: add new __gitcompadd helperFelipe Contreras2013-04-141-5/+8
* | | completion: get rid of empty COMPREPLY assignmentsFelipe Contreras2013-04-121-21/+0
* | | completion: add more cherry-pick optionsFelipe Contreras2013-04-121-1/+6
* | | Merge branch 'rr/prompt-revert-head'Junio C Hamano2013-04-031-0/+2
|\ \ \ | | |/ | |/|
| * | bash: teach __git_ps1 about REVERT_HEADRobin Rosenberg2013-03-311-0/+2
| |/
* | Merge branch 'jl/submodule-deinit'Junio C Hamano2013-03-251-1/+1
|\ \ | |/ |/|
| * submodule: add 'deinit' commandJens Lehmann2013-03-041-1/+1
* | Merge branch 'mp/complete-paths'Junio C Hamano2013-03-111-5/+11
|\ \
| * | git-completion.bash: zsh does not implement function redirection correctlyMatthieu Moy2013-03-111-5/+11
* | | Merge branch 'mp/complete-paths'Junio C Hamano2013-03-071-0/+9
|\ \ \ | |/ /
| * | git-completion.zsh: define __gitcomp_file compatibility functionMatthieu Moy2013-03-051-0/+9
* | | shell-prompt: clean up nested if-thenMartin Erik Werner2013-02-181-14/+13
* | | Merge branch 'mp/diff-algo-config'Junio C Hamano2013-02-171-1/+13
|\ \ \
| * | | diff: Introduce --diff-algorithm command line optionMichal Privoznik2013-01-161-0/+11
| * | | config: Introduce diff.algorithm variableMichal Privoznik2013-01-161-0/+1
| * | | git-completion.bash: Autocomplete --minimal and --histogram for git-diffMichal Privoznik2013-01-141-1/+1
* | | | Merge branch 'mw/bash-prompt-show-untracked-config'Junio C Hamano2013-02-171-3/+8
|\ \ \ \
| * | | | shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner2013-02-131-3/+8
* | | | | completion: support 'git config --local'Matthieu Moy2013-02-121-2/+2
|/ / / /
* | | | Merge branch 'mk/tcsh-complete-only-known-paths'Junio C Hamano2013-02-081-0/+12
|\ \ \ \
| * | | | completion: handle path completion and colon for tcsh scriptMarc Khouzam2013-02-031-0/+12
| | |/ / | |/| |
* | | | Merge branch 'mp/complete-paths'Junio C Hamano2013-02-081-15/+240
|\ \ \ \ | |/ / /
| * | | git-completion.bash: add support for path completionManlio Perillo2013-01-111-15/+240
* | | | Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests'Junio C Hamano2013-02-011-1/+10
|\ \ \ \
| * | | | t9902: protect test from stray build artifactsJunio C Hamano2013-01-241-1/+10
* | | | | Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash'Junio C Hamano2013-01-281-1/+1
|\ \ \ \ \
| * | | | | git-completion.bash: replace zsh notation that breaks bash 3.XBrandon Casey2013-01-181-1/+1
| |/ / / /