summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refsSZEDER Gábor2011-10-211-20/+2
| * completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-211-0/+4
| * completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-211-9/+4
| * completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-211-8/+5
| * completion: support full refs from remote repositoriesSZEDER Gábor2011-10-211-8/+21
| * completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-211-7/+7
| * completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-211-4/+2
| * completion: optimize refs completionSZEDER Gábor2011-10-211-45/+70
| * completion: document __gitcomp()SZEDER Gábor2011-10-211-2/+7
* | Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano2011-11-091-1/+1
|\ \
| * | completion: don't leak variable from the prompt into environmentSZEDER Gábor2011-11-091-1/+1
* | | Merge branch 'jk/git-tricks'Junio C Hamano2011-10-301-0/+13
|\ \ \ | |/ / |/| |
| * | completion: match ctags symbol names in grep patternsJeff King2011-10-211-0/+13
| |/