summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-27completion: support format-patch's --cover-letter optionJohannes Schindelin1-0/+1
2008-02-24Use git-describe --exact-match in bash prompt on detached HEADShawn O. Pearce1-1/+4
2008-02-06Improve bash prompt to detect various states like an unfinished mergeRobin Rosenberg1-4/+33
2008-01-19Update git-completion for new 'remote rm' optionDan McGee1-3/+3
2008-01-17Officially deprecate repo-config.Junio C Hamano1-1/+1
2007-12-16teach bash completion to treat commands with "--" as a helperJeff King1-2/+1
2007-11-28bash completion: add diff optionsJohannes Schindelin1-0/+14
2007-10-30No longer install git-svnimport, move to contrib/examplesGerrit Pape1-1/+0
2007-09-25Move convert-objects to contrib.Matt Kraai1-1/+0
2007-08-31Teach bash about completing arguments for git-tagShawn O. Pearce1-0/+58
2007-08-29completion: also complete git-log's --left-right and --cherry-pick optionJohannes Schindelin1-0/+1
2007-08-23Teach bash about git-submodule and its subcommandsShawn O. Pearce1-0/+27
2007-08-23Teach bash to complete ref arguments to git-describeShawn O. Pearce1-0/+8
2007-08-23Update bash completion with new 1.5.3 command line optionsShawn O. Pearce1-6/+26
2007-08-19git-completion.bash - add support for git-bundleMark Levedahl1-0/+32
2007-08-04git-completion: add "git stash"Junio C Hamano1-0/+7
2007-06-24Teach bash how to complete +refspec on git-pushShawn O. Pearce1-0/+3
2007-06-22Avoid src:dst syntax as default bash completion for git pushShawn O. Pearce1-1/+1
2007-05-24Update bash completion for git-config optionsShawn O. Pearce1-2/+12
2007-05-24Teach bash completion about recent log long optionsShawn O. Pearce1-2/+2
2007-05-24Teach bash completion about 'git remote update'Shawn O. Pearce1-2/+14
2007-05-24Update bash completion header documentationShawn O. Pearce1-1/+14
2007-05-24Remove a duplicate --not option in bash completionShawn O. Pearce1-1/+1
2007-05-24Teach bash completion about git-shortlogShawn O. Pearce1-0/+23
2007-05-24Hide the plumbing diff-{files,index,tree} from bash completionShawn O. Pearce1-3/+3