summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'da/difftool-updates'Junio C Hamano2012-08-271-1/+1
|\
| * Add Code Compare v2.80.4 as a merge / diff tool for WindowsSebastian Schuberth2012-08-101-1/+1
* | Merge branch 'fc/git-prompt-script'Junio C Hamano2012-06-282-255/+296
|\ \ | |/ |/|
| * completion: respect $GIT_DIRSZEDER Gábor2012-06-191-0/+3
| * completion: warn people about duplicated functionJunio C Hamano2012-06-102-0/+4
| * completion: split __git_ps1 into a separate scriptFelipe Contreras2012-05-222-255/+289
| * completion: remove executable modeFelipe Contreras2012-05-221-0/+0
* | Merge branch 'fc/git-complete-helper-fix'Junio C Hamano2012-06-131-7/+7
|\ \
| * | completion: put main git and gitk completion functions back into git namespaceSZEDER Gábor2012-06-131-7/+7
* | | completion: remove credential helpers from porcelain commandsSZEDER Gábor2012-06-131-0/+2
* | | Merge branch 'fc/git-complete-helper-fix'Junio C Hamano2012-05-251-5/+17
|\ \ \ | |/ /
| * | completion: add support for backwards compatibilityFelipe Contreras2012-05-201-0/+12
| * | completion: rename internal helpers _git and _gitkFelipe Contreras2012-05-201-5/+5
| |/
* | Merge branch 'fc/git-complete-helper'Junio C Hamano2012-05-171-37/+33
|\ \ | |/
| * completion: add new __git_complete helperFelipe Contreras2012-05-141-37/+33
* | Merge branch 'fc/simplify-complete-revlist-file'Junio C Hamano2012-05-141-4/+2
|\ \ | |/ |/|
| * completion: simplify __git_complete_revlist_fileFelipe Contreras2012-05-071-4/+2
* | completion: fix completion after 'git --option <TAB>'SZEDER Gábor2012-04-211-1/+2
* | completion: avoid trailing space for --exec-pathJonathan Nieder2012-04-211-0/+1
* | completion: add missing general optionsFelipe Contreras2012-04-211-0/+2
* | completion: simplify by using $prevFelipe Contreras2012-04-211-2/+2
* | completion: simplify __gitcomp_1Felipe Contreras2012-04-211-6/+6
|/
* Merge branch 'am/completion-zsh-fix'Junio C Hamano2012-03-231-1/+2
|\
| * contrib/completion: "local var=()" is misinterpreted as func-decl by zsham/completion-zsh-fixAlex Merry2012-03-211-1/+2
* | Merge branch 'zj/diff-stat-dyncol'Junio C Hamano2012-03-061-0/+1
|\ \
| * | diff --stat: add config option to limit graph widthzj/diff-stat-dyncolZbigniew Jędrzejewski-Szmek2012-03-011-0/+1
* | | Merge branch 'pj/completion-remote-set-url-branches'Junio C Hamano2012-02-281-14/+18
|\ \ \
| * | | completion: normalize increment/decrement stylepj/completion-remote-set-url-branchesPhilip Jägenstedt2012-02-221-12/+10
| * | | completion: remote set-* <name> and <branch>Philip Jägenstedt2012-02-221-3/+9
* | | | Sync with 1.7.9.2Junio C Hamano2012-02-221-16/+4
|\ \ \ \ | |/ / /
| * | | completion: use tabs for indentationPhilip Jägenstedt2012-02-221-4/+4
| * | | completion: remove stale "to submit patches" documentationPhilip Jägenstedt2012-02-221-12/+0
* | | | Merge branch 'master' of git://bogomips.org/git-svnJunio C Hamano2012-02-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | completion: add --interactive option to git svn dcommitFrederic Heitzmann2012-02-211-1/+1
| * | | Sync with maintJunio C Hamano2012-02-161-1/+1
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'fc/zsh-completion'Junio C Hamano2012-02-121-56/+11
| |\ \ \
| * \ \ \ Merge branch 'rt/completion-branch-edit-desc'Junio C Hamano2012-02-071-1/+1
| |\ \ \ \
| * | | | | completion: --edit and --no-edit for git-mergeAdrian Weimann2012-01-301-1/+1
* | | | | | Merge branch 'fc/zsh-completion' into maintJunio C Hamano2012-02-211-56/+11
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | completion: simplify __gitcomp and __gitcomp_nl implementationsfc/zsh-completionFelipe Contreras2012-02-061-16/+3
| * | | | | completion: use ls -1 instead of rolling a loop to do that ourselvesFelipe Contreras2012-02-061-37/+2
| * | | | | completion: work around zsh option propagation bugFelipe Contreras2012-02-061-3/+6
| |/ / / /
* | | | | completion: Allow dash as the first character for __git_ps1Christian Hammerl2012-02-211-1/+1
| |_|/ / |/| | |
* | | | completion: --list option for git-branchRalf Thielow2012-02-161-1/+1
* | | | Merge branch 'rt/completion-branch-edit-desc' into maintJunio C Hamano2012-02-161-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | completion: --edit-description option for git-branchrt/completion-branch-edit-descRalf Thielow2012-01-291-1/+1
| |/
* | completion: --edit and --no-edit for git-mergeAdrian Weimann2012-02-061-1/+1
|/
* git-completion: workaround zsh COMPREPLY bugFelipe Contreras2012-01-261-0/+8
* bash completion: use read -r everywheretr/bash-read-unescapedThomas Rast2011-12-211-6/+6
* Merge branch 'sg/complete-refs'Junio C Hamano2011-12-091-91/+110
|\