summaryrefslogtreecommitdiffstats
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorLines
2010-06-30Merge branch 'tr/rev-list-count'Junio C Hamano-1/+143
2010-06-30Merge branch 'as/maint-completion-set-u-fix'Junio C Hamano-7/+7
2010-06-24bash completion: Support "divergence from upstream" messages in __git_ps1Andrew Sayers-1/+143
2010-06-22Merge branch 'sb/format-patch-signature'Junio C Hamano-1/+2
2010-06-21Merge branch 'em/checkout-orphan'Junio C Hamano-1/+1
2010-06-18bash-completion: Fix __git_ps1 to work with "set -u"Andrew Sayers-7/+7
2010-06-16completion: Add --signature and format.signatureStephen Boyd-1/+2
2010-06-03bash completion: add --orphan to 'git checkout'Erick Mattos-1/+1
2010-05-28completion: --set-upstream option for git-branchMichael J Gruber-0/+1
2010-04-06Merge branch 'sg/bash-completion'Junio C Hamano-60/+34
2010-03-17bash: complete *_HEAD refs if presentIan Ward Comfort-1/+3
2010-02-24bash: completion for gitk aliasesSZEDER Gábor-0/+9
2010-02-24bash: support user-supplied completion scripts for aliasesSZEDER Gábor-4/+7
2010-02-24bash: support user-supplied completion scripts for user's git commandsSZEDER Gábor-55/+12
2010-02-24bash: improve aliased command recognitionSZEDER Gábor-3/+8
2010-02-12bash: support 'git am's new '--continue' optionSZEDER Gábor-1/+1
2010-02-06bash: support the --autosquash option for rebaseBjörn Gustavsson-0/+1
2010-01-28Merge branch 'maint'Junio C Hamano-0/+1
2010-01-28bash: support 'git notes' and its subcommandsSZEDER Gábor-0/+19
2010-01-28bash: don't offer remote transport helpers as subcommandsSZEDER Gábor-0/+1
2010-01-20Merge branch 'maint-1.6.5' into maintJunio C Hamano-4/+2
2010-01-10Merge branch 'tr/maint-1.6.5-bash-prompt-show-submodule-changes'Junio C Hamano-4/+2
2009-12-31bash completion: factor submodules into dirty stateThomas Rast-4/+2
2009-12-30bash completion: add space between branch name and status flagsShawn O. Pearce-5/+2
2009-12-30Add completion for git-svn mkdirs,reset,and gcRobert Zeh-2/+5
2009-12-12bash: Support new 'git fetch' optionsBjörn Gustavsson-2/+12
2009-12-05bash: update 'git commit' completionSZEDER Gábor-1/+21
2009-11-22Merge branch 'jn/faster-completion-startup'Junio C Hamano-35/+41
2009-11-17Speed up bash completion loadingJonathan Nieder-35/+41
2009-11-15Merge branch 'sc/difftool-p4merge'Junio C Hamano-1/+1
2009-11-14bash: add the merge option --ff-onlyBjörn Gustavsson-1/+1
2009-10-28mergetool--lib: add p4merge as a pre-configured mergetool optionScott Chacon-1/+1
2009-10-28bash completion: difftool accepts the same options as diffMarkus Heidelberg-2/+8
2009-10-28bash: complete more options for 'git rebase'Björn Gustavsson-1/+11
2009-10-12bash completion: complete refs for git-grepThomas Rast-1/+2
2009-10-09bash: add support for 'git replace'Björn Gustavsson-0/+6
2009-10-09completion: fix alias listings with newlinesStephen Boyd-2/+6
2009-10-09completion: fix completion of git <TAB><TAB>Stephen Boyd-1/+1
2009-10-07completion: add dirstat and friends to diff optionsv1.6.5-rc3Stephen Boyd-0/+2
2009-10-07completion: update am, commit, and logStephen Boyd-2/+7
2009-09-25bash: teach 'git checkout' optionsSZEDER Gábor-1/+15
2009-09-22bash: teach 'git reset --patch'SZEDER Gábor-1/+1
2009-09-22bash: update 'git stash' completionSZEDER Gábor-4/+16
2009-09-22bash: rename __git_find_subcommand() to __git_find_on_cmdline()SZEDER Gábor-7/+7
2009-09-13completion: Replace config --list with --get-regexpTodd Zullinger-21/+9
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett-1/+1
2009-08-21Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano-0/+3
2009-08-10Merge branch 'mk/grep-max-depth'Junio C Hamano-0/+1
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta-0/+3
2009-07-24Show the presence of untracked files in the bash prompt.Daniel Trstenjak-2/+13