summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-21Update bash completion to ignore some more plumbing commandsJonas Fonseca1-0/+3
2007-04-23Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett1-0/+1
2007-02-12Remove git-diff-stages.Junio C Hamano1-1/+0
2007-02-12Remove git-resolve.Junio C Hamano1-1/+0
2007-02-11bash: Hide git-fast-import.Shawn O. Pearce1-0/+1
2007-02-05bash: Complete git-remote subcommands.Shawn O. Pearce1-0/+28
2007-02-05bash: Support git-rebase -m continuation completion.Shawn O. Pearce1-1/+1
2007-02-05bash: Support git-bisect and its subcommands.Shawn O. Pearce1-0/+31
2007-02-05bash: Support --add completion to git-config.Shawn O. Pearce1-1/+1
2007-02-05bash: Hide git-resolve, its deprecated.Shawn O. Pearce1-0/+1
2007-02-05bash: Offer --prune completion for git-gc.Shawn O. Pearce1-0/+14
2007-02-05bash: Hide diff-stages from completion.Shawn O. Pearce1-0/+1
2007-02-05bash: Support completion on git-cherry.Shawn O. Pearce1-0/+8
2007-02-04bash: Support internal revlist options better.Shawn O. Pearce1-1/+3
2007-02-04bash: Support unique completion when possible.Shawn O. Pearce1-99/+91
2007-02-04bash: Support unique completion on git-config.Shawn O. Pearce1-38/+82
2007-02-04bash: Classify more commends out of completion.Shawn O. Pearce1-1/+17
2007-02-04bash: Add space after unique command name is completed.Shawn O. Pearce1-6/+20
2007-02-04bash: Complete long options to git-add.Shawn O. Pearce1-0/+16
2007-02-04bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce1-20/+3
2007-02-04bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce1-3/+3
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-7/+8
2006-12-27UTF-8: introduce i18n.logoutputencoding.Junio C Hamano1-0/+1
2006-12-15Teach bash the new features of 'git show'.Shawn O. Pearce1-3/+21
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins1-0/+3