summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2008-07-27bash completion: Add completion for 'git help'Lee Marlow1-7/+39
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast1-0/+9
2008-07-24bash: offer only paths after '--' for 'git checkout'SZEDER Gábor1-0/+2
2008-07-23git-completion.bash: provide completion for 'show-branch'Thomas Rast1-1/+17
2008-07-23bash completion: Add long options for 'git rm'Lee Marlow1-0/+15
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer1-1/+1
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin1-5/+5
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin1-10/+10
2008-07-14bash completion: Remove dashed command completion supportShawn O. Pearce1-54/+0
2008-07-14Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano1-3/+34
2008-07-14bash: Add long option completion for 'git send-email'Teemu Likonen1-0/+20
2008-07-14bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce1-2/+25
2008-07-13bash completion: Append space after file names have been completedShawn O. Pearce1-1/+9
2008-07-13Merge branch 'sp/maint-bash-completion-optim'Junio C Hamano1-15/+16
2008-07-13bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce1-3/+0
2008-07-13Merge branch 'sg/stash-k-i'Junio C Hamano1-1/+12
2008-07-13bash completion: Improve responsiveness of git-log completionShawn O. Pearce1-12/+16
2008-07-09Merge branch 'maint'Junio C Hamano1-0/+30
2008-07-08completion: add branch options --contains --merged --no-mergedEric Raible1-1/+1
2008-07-08bash: offer only paths after '--'SZEDER Gábor1-0/+30
2008-07-07completion.bash: add 'skip' and 'run' to git-bisectDmitry Potapov1-2/+2
2008-07-05stash: introduce 'stash save --keep-index' optionSZEDER Gábor1-1/+12
2008-06-28Documentation: remove {show,whatchanged}.difftree config optionsOlivier Marin1-2/+0
2008-06-20bash: Add more option completions for 'git log'Teemu Likonen1-0/+3
2008-06-19completion: add --graph to log command completionDan McGee1-0/+1
2008-06-14completion: add more 'git add' optionsSZEDER Gábor1-1/+4
2008-05-08Merge branch 'sg/merge-options' (early part)Junio C Hamano1-1/+1
2008-04-27bash: Add completion for gitk --mergeRichard Quirk1-1/+6
2008-04-22Merge branch 'maint'Junio C Hamano1-0/+1
2008-04-21completion: remove use of dashed git commandsDan McGee1-4/+4
2008-04-21completion: allow 'git remote' subcommand completionDan McGee1-0/+1
2008-04-21bash: Add completion for git diff --base --ours --theirsTeemu Likonen1-0/+1
2008-04-12merge, pull: add '--(no-)log' command line optionSZEDER Gábor1-1/+1
2008-04-12merge, pull: introduce '--(no-)stat' optionSZEDER Gábor1-1/+1
2008-04-06Add prefix oriented completions for diff and format-patch commands.Pascal Obry1-1/+4
2008-04-06Add interactive option in rebase command completion list.Pascal Obry1-1/+1
2008-03-30Allow git-cvsserver database table name prefix to be specified.Josh Elsasser1-1/+2
2008-03-10bash: fix long option with argument double completionSZEDER Gábor1-7/+15
2008-03-10bash: Add more long options to be completed with "git --<TAB>"Teemu Likonen1-0/+3
2008-03-10bash: use __gitdir when completing 'git rebase' optionsSZEDER Gábor1-2/+2
2008-03-10bash: Remove completion of core.legacyheaders optionShawn O. Pearce1-1/+0
2008-03-10bash: add 'git svn' subcommands and optionsSZEDER Gábor1-1/+80
2008-03-10bash: add new 'git stash' subcommandsSZEDER Gábor1-1/+1
2008-03-10bash: refactor searching for subcommands on the command lineSZEDER Gábor1-39/+32
2008-03-10bash: remove unnecessary conditions when checking for subcommandsSZEDER Gábor1-4/+4
2008-03-10bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Kevin Ballard1-4/+4
2008-03-08Merge branch 'jc/am'Junio C Hamano1-1/+9
2008-03-05bash: git-branch -d and -m lists only local branchesSZEDER Gábor1-1/+18
2008-03-05bash: add git-branch optionsSZEDER Gábor1-1/+10
2008-03-05am: --rebasingJunio C Hamano1-1/+9