summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mw/sendemail'Shawn O. Pearce2008-10-091-1/+2
|\
| * bash completion: Add --[no-]validate to "git send-email"Teemu Likonen2008-10-021-1/+2
* | Merge branch 'maint'Shawn O. Pearce2008-10-061-27/+9
|\ \ | |/ |/|
| * bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor2008-10-051-27/+9
* | Merge branch 'maint'Junio C Hamano2008-09-191-1/+1
|\ \ | |/
| * completion: git commit should list --interactiveEric Raible2008-09-191-1/+1
* | bash: use for-each-ref format 'refname:short'SZEDER Gábor2008-09-191-20/+6
* | Merge branch 'jc/maint-log-grep'Junio C Hamano2008-09-041-0/+10
|\ \ | |/
| * bash completion: Hide more plumbing commandsPetr Baudis2008-09-031-0/+10
* | bash-completion: Add all submodule subcommands to the completion listMatthias Kestenholz2008-08-281-1/+1
|/
* Completion: add missing '=' for 'diff --diff-filter'Eric Raible2008-08-221-1/+1
* completion: find out supported merge strategies correctlyJunio C Hamano2008-08-201-6/+8
* bash-completion: Add non-command git help files to bash-completionMarcus Griep2008-08-161-1/+5
* bash completion: Add '--merge' long option for 'git log'Lee Marlow2008-08-141-0/+1
* bash completion: Add completion for 'git mergetool'Lee Marlow2008-08-141-0/+20
* bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible2008-08-141-1/+1
* bash: remove redundant check for 'git stash apply' optionsSZEDER Gábor2008-08-081-1/+1
* bash completion: Add completion for 'git mv'Lee Marlow2008-08-051-0/+13
* bash completion: Add completion for 'git ls-files'Lee Marlow2008-08-051-0/+21
* bash completion: Add completion for 'git archive'Lee Marlow2008-08-051-0/+24
* bash completion: More completions for 'git stash'Lee Marlow2008-08-051-1/+11
* bash completion: Add completion for 'git revert'Lee Marlow2008-08-051-0/+13
* bash completion: Add completion for 'git init'Lee Marlow2008-08-051-0/+19
* bash completion: Add completion for 'git clean'Lee Marlow2008-08-051-0/+15
* bash completion: Add completion for 'git clone'Lee Marlow2008-08-051-0/+26
* bash completion: Add completion for 'git grep'Lee Marlow2008-08-041-0/+24
* bash completion: Add more long options for 'git log'Lee Marlow2008-08-021-0/+1
* bash completion: remove unused function _git_diff_treeLee Marlow2008-08-021-5/+0
* bash completion: Add completion for 'git help'Lee Marlow2008-07-271-7/+39
* bash completion: Add long options for 'git describe'Thomas Rast2008-07-271-0/+9
* bash: offer only paths after '--' for 'git checkout'SZEDER Gábor2008-07-241-0/+2
* git-completion.bash: provide completion for 'show-branch'Thomas Rast2008-07-231-1/+17
* bash completion: Add long options for 'git rm'Lee Marlow2008-07-231-0/+15
* am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer2008-07-231-1/+1
* Rename .git/rebase to .git/rebase-applyJohannes Schindelin2008-07-211-5/+5
* Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2008-07-151-10/+10
* bash completion: Remove dashed command completion supportShawn O. Pearce2008-07-141-54/+0
* Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano2008-07-141-3/+34
|\
| * bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce2008-07-141-2/+25
| * bash completion: Append space after file names have been completedShawn O. Pearce2008-07-131-1/+9
* | bash: Add long option completion for 'git send-email'Teemu Likonen2008-07-141-0/+20
* | Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano2008-07-131-15/+16
|\ \ | |/
| * bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce2008-07-131-3/+0
| * bash completion: Improve responsiveness of git-log completionShawn O. Pearce2008-07-131-12/+16
* | Merge branch 'sg/stash-k-i'Junio C Hamano2008-07-131-1/+12
|\ \
| * | stash: introduce 'stash save --keep-index' optionSZEDER Gábor2008-07-051-1/+12
* | | Merge branch 'maint'Junio C Hamano2008-07-091-0/+30
|\ \ \ | | |/ | |/|
| * | bash: offer only paths after '--'SZEDER Gábor2008-07-081-0/+30
* | | completion: add branch options --contains --merged --no-mergedEric Raible2008-07-081-1/+1
* | | completion.bash: add 'skip' and 'run' to git-bisectDmitry Potapov2008-07-071-2/+2
| |/ |/|