summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
| * | | Merge branch 'jk/complete-commit-c' into maintJunio C Hamano2013-01-141-0/+7
| |\ \ \
* | \ \ \ Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-0/+1
|\ \ \ \ \
| * | | | | add git-check-ignore sub-commandAdam Spiers2013-01-061-0/+1
* | | | | | Merge branch 'ds/completion-silence-in-tree-path-probe'Junio C Hamano2013-01-181-1/+1
|\ \ \ \ \ \
| * | | | | | git-completion.bash: silence "not a valid object" errorsDylan Smith2013-01-111-1/+1
| |/ / / / /
* | | | | | Merge branch 'mk/complete-tcsh'Junio C Hamano2013-01-181-12/+21
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Prevent space after directories in tcsh completionMarc Khouzam2013-01-071-12/+21
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/complete-commit-c'Junio C Hamano2013-01-051-0/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | completion: complete refs for "git commit -c"Jeff King2012-12-151-0/+7
| | |/ | |/|
* | | Merge branch 'so/prompt-command'Junio C Hamano2012-12-271-12/+20
|\ \ \ | |/ / |/| |
| * | make __git_ps1 accept a third parameter in pcmodeSimon Oosthoek2012-12-261-12/+20
* | | Merge branch 'so/prompt-command'Junio C Hamano2012-12-121-5/+11
|\ \ \ | |/ /
| * | git-prompt.sh: update PROMPT_COMMAND documentationJunio C Hamano2012-12-121-5/+11
* | | Add file completion to tcsh git completion.Marc Khouzam2012-12-111-15/+54
* | | Merge branch 'maint'Junio C Hamano2012-12-111-1/+10
|\ \ \
| * | | git-prompt: Document GIT_PS1_DESCRIBE_STYLEAnders Kaseorg2012-12-111-0/+9
* | | | Merge branch 'mk/complete-tcsh'Junio C Hamano2012-11-291-7/+12
|\ \ \ \
| * | | | Support for git aliasing for tcsh completionMarc Khouzam2012-11-271-7/+12
* | | | | completion: fix warning for zshFelipe Contreras2012-11-291-0/+2
* | | | | Merge branch 'maint'Junio C Hamano2012-11-281-0/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | completion: add options --single-branch and --branch to "git clone"Ralf Thielow2012-11-281-0/+2
* | | | | Merge branch 'fc/zsh-completion'Junio C Hamano2012-11-282-43/+139
|\ \ \ \ \
| * | | | | completion: start moving to the new zsh completionFelipe Contreras2012-11-191-43/+61
| * | | | | completion: add new zsh completionFelipe Contreras2012-11-191-0/+78
* | | | | | Merge branch 'mk/complete-tcsh'Junio C Hamano2012-11-251-0/+63
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | tcsh-completion re-using git-completion.bashMarc Khouzam2012-11-161-0/+63
* | | | | | Merge branch 'sg/complete-help-undup'Junio C Hamano2012-11-251-1/+1
|\ \ \ \ \ \
| * | | | | | completion: remove 'help' duplicate from porcelain commandsSZEDER Gábor2012-11-141-1/+1
| |/ / / / /
* | | | | | Sync with 1.8.0.1Junio C Hamano2012-11-251-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Completion must sort before using uniqMarc Khouzam2012-11-241-1/+1
| |/ / / /