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