summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2010-02-12bash: support 'git am's new '--continue' optionSZEDER Gábor
2010-02-06bash: support the --autosquash option for rebaseBjörn Gustavsson
2010-01-28Merge branch 'maint'Junio C Hamano
2010-01-28bash: support 'git notes' and its subcommandsSZEDER Gábor
2010-01-28bash: don't offer remote transport helpers as subcommandsSZEDER Gábor
2010-01-20Merge branch 'maint-1.6.5' into maintJunio C Hamano
2010-01-10Merge branch 'tr/maint-1.6.5-bash-prompt-show-submodule-changes'Junio C Hamano
2009-12-31bash completion: factor submodules into dirty stateThomas Rast
2009-12-31bash completion: add space between branch name and status flagsShawn O. Pearce
2009-12-30Add completion for git-svn mkdirs,reset,and gcRobert Zeh
2009-12-12bash: Support new 'git fetch' optionsBjörn Gustavsson
2009-12-06bash: update 'git commit' completionSZEDER Gábor
2009-11-23Merge branch 'jn/faster-completion-startup'Junio C Hamano
2009-11-18Speed up bash completion loadingJonathan Nieder
2009-11-16Merge branch 'sc/difftool-p4merge'Junio C Hamano
2009-11-14bash: add the merge option --ff-onlyBjörn Gustavsson
2009-10-28mergetool--lib: add p4merge as a pre-configured mergetool optionScott Chacon
2009-10-28bash completion: difftool accepts the same options as diffMarkus Heidelberg
2009-10-28bash: complete more options for 'git rebase'Björn Gustavsson
2009-10-12bash completion: complete refs for git-grepThomas Rast
2009-10-09bash: add support for 'git replace'Björn Gustavsson
2009-10-09completion: fix alias listings with newlinesStephen Boyd
2009-10-09completion: fix completion of git <TAB><TAB>Stephen Boyd
2009-10-08completion: add dirstat and friends to diff optionsv1.6.5-rc3Stephen Boyd
2009-10-08completion: update am, commit, and logStephen Boyd
2009-09-25bash: teach 'git checkout' optionsSZEDER Gábor
2009-09-22bash: teach 'git reset --patch'SZEDER Gábor
2009-09-22bash: update 'git stash' completionSZEDER Gábor
2009-09-22bash: rename __git_find_subcommand() to __git_find_on_cmdline()SZEDER Gábor
2009-09-13completion: Replace config --list with --get-regexpTodd Zullinger
2009-09-08Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett
2009-08-22Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano
2009-08-11Merge branch 'mk/grep-max-depth'Junio C Hamano
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta
2009-07-24Show the presence of untracked files in the bash prompt.Daniel Trstenjak
2009-07-23grep: Add --max-depth option.Michał Kiedrowicz
2009-07-13bash: add '--merges' to common 'git log' optionsSZEDER Gábor
2009-07-06completion: __git_config_get_set_variables() handle values with spacesStephen Boyd
2009-07-06completion: Add --full-diff to log optionsTodd Zullinger
2009-06-30completion: add missing config variablesStephen Boyd
2009-06-18Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini
2009-06-13Merge branch 'da/araxis-mergetool'Junio C Hamano
2009-06-09bash: add support for 'git stash pop --index' optionSZEDER Gábor
2009-06-04Show presence of stashed changes in bash prompt.Daniel Trstenjak
2009-05-31bash: remove always true if statement from __git_ps1()SZEDER Gábor
2009-05-27completion: fix PS1 display during an AM on detached HEADJunio C Hamano
2009-05-24mergetool--lib: add support for araxis mergeDavid Aguilar
2009-05-21Merge branch 'maint'Junio C Hamano
2009-05-21completion: use git rev-parse to detect bare reposGiuseppe Bilotta
2009-05-18Merge branch 'mh/show-branch-color'Junio C Hamano