summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2008-05-08Merge branch 'sg/merge-options' (early part)Libravatar Junio C Hamano1-1/+1
2008-04-27bash: Add completion for gitk --mergeLibravatar Richard Quirk1-1/+6
2008-04-22Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2008-04-21completion: remove use of dashed git commandsLibravatar Dan McGee1-4/+4
2008-04-21completion: allow 'git remote' subcommand completionLibravatar Dan McGee1-0/+1
2008-04-21bash: Add completion for git diff --base --ours --theirsLibravatar Teemu Likonen1-0/+1
2008-04-12merge, pull: add '--(no-)log' command line optionLibravatar SZEDER Gábor1-1/+1
2008-04-12merge, pull: introduce '--(no-)stat' optionLibravatar SZEDER Gábor1-1/+1
2008-04-06Add prefix oriented completions for diff and format-patch commands.Libravatar Pascal Obry1-1/+4
2008-04-06Add interactive option in rebase command completion list.Libravatar Pascal Obry1-1/+1
2008-03-30Allow git-cvsserver database table name prefix to be specified.Libravatar Josh Elsasser1-1/+2
2008-03-10bash: fix long option with argument double completionLibravatar SZEDER Gábor1-7/+15
2008-03-10bash: Add more long options to be completed with "git --<TAB>"Libravatar Teemu Likonen1-0/+3
2008-03-10bash: use __gitdir when completing 'git rebase' optionsLibravatar SZEDER Gábor1-2/+2
2008-03-10bash: Remove completion of core.legacyheaders optionLibravatar Shawn O. Pearce1-1/+0
2008-03-10bash: add 'git svn' subcommands and optionsLibravatar SZEDER Gábor1-1/+80
2008-03-10bash: add new 'git stash' subcommandsLibravatar SZEDER Gábor1-1/+1
2008-03-10bash: refactor searching for subcommands on the command lineLibravatar SZEDER Gábor1-39/+32
2008-03-10bash: remove unnecessary conditions when checking for subcommandsLibravatar SZEDER Gábor1-4/+4
2008-03-10bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Libravatar Kevin Ballard1-4/+4
2008-03-08Merge branch 'jc/am'Libravatar Junio C Hamano1-1/+9
2008-03-05bash: git-branch -d and -m lists only local branchesLibravatar SZEDER Gábor1-1/+18
2008-03-05bash: add git-branch optionsLibravatar SZEDER Gábor1-1/+10
2008-03-05am: --rebasingLibravatar Junio C Hamano1-1/+9
2008-02-27completion: support format-patch's --cover-letter optionLibravatar Johannes Schindelin1-0/+1
2008-02-24Use git-describe --exact-match in bash prompt on detached HEADLibravatar Shawn O. Pearce1-1/+4
2008-02-06Improve bash prompt to detect various states like an unfinished mergeLibravatar Robin Rosenberg1-4/+33
2008-01-19Update git-completion for new 'remote rm' optionLibravatar Dan McGee1-3/+3
2008-01-17Officially deprecate repo-config.Libravatar Junio C Hamano1-1/+1
2007-12-16teach bash completion to treat commands with "--" as a helperLibravatar Jeff King1-2/+1
2007-11-28bash completion: add diff optionsLibravatar Johannes Schindelin1-0/+14
2007-10-30No longer install git-svnimport, move to contrib/examplesLibravatar Gerrit Pape1-1/+0
2007-09-25Move convert-objects to contrib.Libravatar Matt Kraai1-1/+0
2007-08-31Teach bash about completing arguments for git-tagLibravatar Shawn O. Pearce1-0/+58
2007-08-29completion: also complete git-log's --left-right and --cherry-pick optionLibravatar Johannes Schindelin1-0/+1
2007-08-23Teach bash about git-submodule and its subcommandsLibravatar Shawn O. Pearce1-0/+27
2007-08-23Teach bash to complete ref arguments to git-describeLibravatar Shawn O. Pearce1-0/+8
2007-08-23Update bash completion with new 1.5.3 command line optionsLibravatar Shawn O. Pearce1-6/+26
2007-08-19git-completion.bash - add support for git-bundleLibravatar Mark Levedahl1-0/+32
2007-08-04git-completion: add "git stash"Libravatar Junio C Hamano1-0/+7
2007-06-24Teach bash how to complete +refspec on git-pushLibravatar Shawn O. Pearce1-0/+3
2007-06-22Avoid src:dst syntax as default bash completion for git pushLibravatar Shawn O. Pearce1-1/+1
2007-05-24Update bash completion for git-config optionsLibravatar Shawn O. Pearce1-2/+12
2007-05-24Teach bash completion about recent log long optionsLibravatar Shawn O. Pearce1-2/+2
2007-05-24Teach bash completion about 'git remote update'Libravatar Shawn O. Pearce1-2/+14
2007-05-24Update bash completion header documentationLibravatar Shawn O. Pearce1-1/+14
2007-05-24Remove a duplicate --not option in bash completionLibravatar Shawn O. Pearce1-1/+1
2007-05-24Teach bash completion about git-shortlogLibravatar Shawn O. Pearce1-0/+23
2007-05-24Hide the plumbing diff-{files,index,tree} from bash completionLibravatar Shawn O. Pearce1-3/+3
2007-05-21Update bash completion to ignore some more plumbing commandsLibravatar Jonas Fonseca1-0/+3