summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
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
2008-07-07completion.bash: add 'skip' and 'run' to git-bisectDmitry Potapov
2008-07-05stash: introduce 'stash save --keep-index' optionSZEDER Gábor
2008-06-28Documentation: remove {show,whatchanged}.difftree config optionsOlivier Marin
2008-06-20bash: Add more option completions for 'git log'Teemu Likonen
2008-06-19completion: add --graph to log command completionDan McGee
2008-06-14completion: add more 'git add' optionsSZEDER Gábor
2008-05-08Merge branch 'sg/merge-options' (early part)Junio C Hamano
2008-04-27bash: Add completion for gitk --mergeRichard Quirk
2008-04-22Merge branch 'maint'Junio C Hamano
2008-04-21completion: remove use of dashed git commandsDan McGee
2008-04-21completion: allow 'git remote' subcommand completionDan McGee
2008-04-21bash: Add completion for git diff --base --ours --theirsTeemu Likonen
2008-04-12merge, pull: add '--(no-)log' command line optionSZEDER Gábor
2008-04-12merge, pull: introduce '--(no-)stat' optionSZEDER Gábor
2008-04-06Add prefix oriented completions for diff and format-patch commands.Pascal Obry
2008-04-06Add interactive option in rebase command completion list.Pascal Obry
2008-03-30Allow git-cvsserver database table name prefix to be specified.Josh Elsasser
2008-03-10bash: fix long option with argument double completionSZEDER Gábor
2008-03-10bash: Add more long options to be completed with "git --<TAB>"Teemu Likonen
2008-03-10bash: use __gitdir when completing 'git rebase' optionsSZEDER Gábor
2008-03-10bash: Remove completion of core.legacyheaders optionShawn O. Pearce
2008-03-10bash: add 'git svn' subcommands and optionsSZEDER Gábor
2008-03-10bash: add new 'git stash' subcommandsSZEDER Gábor
2008-03-10bash: refactor searching for subcommands on the command lineSZEDER Gábor