summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg
2008-10-20bash completion: Add 'workflows' to 'git help'Lee Marlow
2008-10-09Merge branch 'mw/sendemail'Shawn O. Pearce
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-05bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor
2008-10-02bash completion: Add --[no-]validate to "git send-email"Teemu Likonen
2008-09-19Merge branch 'maint'Junio C Hamano
2008-09-19bash: use for-each-ref format 'refname:short'SZEDER Gábor
2008-09-19completion: git commit should list --interactiveEric Raible
2008-09-04Merge branch 'jc/maint-log-grep'Junio C Hamano
2008-09-03bash completion: Hide more plumbing commandsPetr Baudis
2008-08-28bash-completion: Add all submodule subcommands to the completion listMatthias Kestenholz
2008-08-22Completion: add missing '=' for 'diff --diff-filter'Eric Raible
2008-08-20completion: find out supported merge strategies correctlyJunio C Hamano
2008-08-16bash-completion: Add non-command git help files to bash-completionMarcus Griep
2008-08-14bash completion: Add '--merge' long option for 'git log'Lee Marlow
2008-08-14bash completion: Add completion for 'git mergetool'Lee Marlow
2008-08-14bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible
2008-08-08bash: remove redundant check for 'git stash apply' optionsSZEDER Gábor
2008-08-05bash completion: Add completion for 'git mv'Lee Marlow
2008-08-05bash completion: Add completion for 'git ls-files'Lee Marlow
2008-08-05bash completion: Add completion for 'git archive'Lee Marlow
2008-08-05bash completion: More completions for 'git stash'Lee Marlow
2008-08-05bash completion: Add completion for 'git revert'Lee Marlow
2008-08-05bash completion: Add completion for 'git init'Lee Marlow
2008-08-05bash completion: Add completion for 'git clean'Lee Marlow
2008-08-05bash completion: Add completion for 'git clone'Lee Marlow
2008-08-04bash completion: Add completion for 'git grep'Lee Marlow
2008-08-02bash completion: Add more long options for 'git log'Lee Marlow
2008-08-02bash completion: remove unused function _git_diff_treeLee Marlow
2008-07-27bash completion: Add completion for 'git help'Lee Marlow
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast
2008-07-24bash: offer only paths after '--' for 'git checkout'SZEDER Gábor
2008-07-23git-completion.bash: provide completion for 'show-branch'Thomas Rast
2008-07-23bash completion: Add long options for 'git rm'Lee Marlow
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin
2008-07-14bash completion: Remove dashed command completion supportShawn O. Pearce
2008-07-14Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano
2008-07-14bash: Add long option completion for 'git send-email'Teemu Likonen
2008-07-14bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce
2008-07-13bash completion: Append space after file names have been completedShawn O. Pearce
2008-07-13Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano
2008-07-13bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce
2008-07-13Merge branch 'sg/stash-k-i'Junio C Hamano
2008-07-13bash completion: Improve responsiveness of git-log completionShawn O. Pearce
2008-07-09Merge branch 'maint'Junio C Hamano
2008-07-08completion: add branch options --contains --merged --no-mergedEric Raible
2008-07-08bash: offer only paths after '--'SZEDER Gábor