| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Junio C Hamano | 2008-11-27 | 1 | -34/+9 |
|\ |
|
| * | bash: offer refs instead of filenames for 'git revert' | SZEDER Gábor | 2008-11-27 | 1 | -1/+1 |
| * | bash: remove dashed command leftovers | SZEDER Gábor | 2008-11-27 | 1 | -33/+8 |
* | | bash: complete full refs | SZEDER Gábor | 2008-11-27 | 1 | -4/+15 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-10-31 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | bash completion: add doubledash to "git show" | Markus Heidelberg | 2008-10-31 | 1 | -0/+2 |
* | | bash completion: Add 'workflows' to 'git help' | Lee Marlow | 2008-10-20 | 1 | -0/+1 |
* | | Merge branch 'mw/sendemail' | Shawn O. Pearce | 2008-10-09 | 1 | -1/+2 |
|\ \ |
|
| * | | bash completion: Add --[no-]validate to "git send-email" | Teemu Likonen | 2008-10-02 | 1 | -1/+2 |
* | | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-06 | 1 | -27/+9 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | bash: remove fetch, push, pull dashed form leftovers | SZEDER Gábor | 2008-10-05 | 1 | -27/+9 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | completion: git commit should list --interactive | Eric Raible | 2008-09-19 | 1 | -1/+1 |
* | | bash: use for-each-ref format 'refname:short' | SZEDER Gábor | 2008-09-19 | 1 | -20/+6 |
* | | Merge branch 'jc/maint-log-grep' | Junio C Hamano | 2008-09-04 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | bash completion: Hide more plumbing commands | Petr Baudis | 2008-09-03 | 1 | -0/+10 |
* | | bash-completion: Add all submodule subcommands to the completion list | Matthias Kestenholz | 2008-08-28 | 1 | -1/+1 |
|/ |
|
* | Completion: add missing '=' for 'diff --diff-filter' | Eric Raible | 2008-08-22 | 1 | -1/+1 |
* | completion: find out supported merge strategies correctly | Junio C Hamano | 2008-08-20 | 1 | -6/+8 |
* | bash-completion: Add non-command git help files to bash-completion | Marcus Griep | 2008-08-16 | 1 | -1/+5 |
* | bash completion: Add '--merge' long option for 'git log' | Lee Marlow | 2008-08-14 | 1 | -0/+1 |
* | bash completion: Add completion for 'git mergetool' | Lee Marlow | 2008-08-14 | 1 | -0/+20 |
* | bash completion: 'git apply' should use 'fix' not 'strip' | Eric Raible | 2008-08-14 | 1 | -1/+1 |
* | bash: remove redundant check for 'git stash apply' options | SZEDER Gábor | 2008-08-08 | 1 | -1/+1 |
* | bash completion: Add completion for 'git mv' | Lee Marlow | 2008-08-05 | 1 | -0/+13 |
* | bash completion: Add completion for 'git ls-files' | Lee Marlow | 2008-08-05 | 1 | -0/+21 |
* | bash completion: Add completion for 'git archive' | Lee Marlow | 2008-08-05 | 1 | -0/+24 |
* | bash completion: More completions for 'git stash' | Lee Marlow | 2008-08-05 | 1 | -1/+11 |
* | bash completion: Add completion for 'git revert' | Lee Marlow | 2008-08-05 | 1 | -0/+13 |
* | bash completion: Add completion for 'git init' | Lee Marlow | 2008-08-05 | 1 | -0/+19 |
* | bash completion: Add completion for 'git clean' | Lee Marlow | 2008-08-05 | 1 | -0/+15 |
* | bash completion: Add completion for 'git clone' | Lee Marlow | 2008-08-05 | 1 | -0/+26 |
* | bash completion: Add completion for 'git grep' | Lee Marlow | 2008-08-04 | 1 | -0/+24 |
* | bash completion: Add more long options for 'git log' | Lee Marlow | 2008-08-02 | 1 | -0/+1 |
* | bash completion: remove unused function _git_diff_tree | Lee Marlow | 2008-08-02 | 1 | -5/+0 |
* | bash completion: Add completion for 'git help' | Lee Marlow | 2008-07-27 | 1 | -7/+39 |
* | bash completion: Add long options for 'git describe' | Thomas Rast | 2008-07-27 | 1 | -0/+9 |
* | bash: offer only paths after '--' for 'git checkout' | SZEDER Gábor | 2008-07-24 | 1 | -0/+2 |
* | git-completion.bash: provide completion for 'show-branch' | Thomas Rast | 2008-07-23 | 1 | -1/+17 |
* | bash completion: Add long options for 'git rm' | Lee Marlow | 2008-07-23 | 1 | -0/+15 |
* | am --abort: Add to bash-completion and mention in git-rerere documentation | Stephan Beyer | 2008-07-23 | 1 | -1/+1 |
* | Rename .git/rebase to .git/rebase-apply | Johannes Schindelin | 2008-07-21 | 1 | -5/+5 |
* | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" | Johannes Schindelin | 2008-07-15 | 1 | -10/+10 |
* | bash completion: Remove dashed command completion support | Shawn O. Pearce | 2008-07-14 | 1 | -54/+0 |
* | Merge branch 'sp/maint-bash-completion-optim' | Junio C Hamano | 2008-07-14 | 1 | -3/+34 |
|\ |
|
| * | bash completion: Resolve git show ref:path<tab> losing ref: portion | Shawn O. Pearce | 2008-07-14 | 1 | -2/+25 |
| * | bash completion: Append space after file names have been completed | Shawn O. Pearce | 2008-07-13 | 1 | -1/+9 |
* | | bash: Add long option completion for 'git send-email' | Teemu Likonen | 2008-07-14 | 1 | -0/+20 |
* | | Merge branch 'sp/maint-bash-completion-optim' | Junio C Hamano | 2008-07-13 | 1 | -15/+16 |
|\ \
| |/ |
|
| * | bash completion: Don't offer "a.." as a completion for "a." | Shawn O. Pearce | 2008-07-13 | 1 | -3/+0 |