summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)Author
2008-03-10bash: refactor searching for subcommands on the command lineSZEDER Gábor
2008-03-10bash: remove unnecessary conditions when checking for subcommandsSZEDER Gábor
2008-03-10bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Kevin Ballard
2008-03-09Merge branch 'jc/am'Junio C Hamano
2008-03-05bash: git-branch -d and -m lists only local branchesSZEDER Gábor
2008-03-05bash: add git-branch optionsSZEDER Gábor
2008-03-05am: --rebasingJunio C Hamano
2008-02-28completion: support format-patch's --cover-letter optionJohannes Schindelin
2008-02-24Use git-describe --exact-match in bash prompt on detached HEADShawn O. Pearce
2008-02-07Improve bash prompt to detect various states like an unfinished mergeRobin Rosenberg
2008-01-20Update git-completion for new 'remote rm' optionDan McGee
2008-01-18Officially deprecate repo-config.Junio C Hamano
2007-12-16teach bash completion to treat commands with "--" as a helperJeff King
2007-11-29bash completion: add diff optionsJohannes Schindelin
2007-10-31No longer install git-svnimport, move to contrib/examplesGerrit Pape
2007-09-26Move convert-objects to contrib.Matt Kraai
2007-09-01Teach bash about completing arguments for git-tagShawn O. Pearce
2007-08-29completion: also complete git-log's --left-right and --cherry-pick optionJohannes Schindelin
2007-08-23Teach bash about git-submodule and its subcommandsShawn O. Pearce
2007-08-23Teach bash to complete ref arguments to git-describeShawn O. Pearce
2007-08-23Update bash completion with new 1.5.3 command line optionsShawn O. Pearce
2007-08-19git-completion.bash - add support for git-bundleMark Levedahl
2007-08-04git-completion: add "git stash"Junio C Hamano
2007-06-24Teach bash how to complete +refspec on git-pushShawn O. Pearce
2007-06-22Avoid src:dst syntax as default bash completion for git pushShawn O. Pearce
2007-05-24Update bash completion for git-config optionsShawn O. Pearce
2007-05-24Teach bash completion about recent log long optionsShawn O. Pearce
2007-05-24Teach bash completion about 'git remote update'Shawn O. Pearce
2007-05-24Update bash completion header documentationShawn O. Pearce
2007-05-24Remove a duplicate --not option in bash completionShawn O. Pearce
2007-05-24Teach bash completion about git-shortlogShawn O. Pearce
2007-05-24Hide the plumbing diff-{files,index,tree} from bash completionShawn O. Pearce
2007-05-21Update bash completion to ignore some more plumbing commandsJonas Fonseca
2007-04-24Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett
2007-02-13Remove git-diff-stages.Junio C Hamano
2007-02-13Remove git-resolve.Junio C Hamano
2007-02-12bash: Hide git-fast-import.Shawn O. Pearce
2007-02-06bash: Complete git-remote subcommands.Shawn O. Pearce
2007-02-06bash: Support git-rebase -m continuation completion.Shawn O. Pearce
2007-02-05bash: Support git-bisect and its subcommands.Shawn O. Pearce
2007-02-05bash: Support --add completion to git-config.Shawn O. Pearce
2007-02-05bash: Hide git-resolve, its deprecated.Shawn O. Pearce
2007-02-05bash: Offer --prune completion for git-gc.Shawn O. Pearce
2007-02-05bash: Hide diff-stages from completion.Shawn O. Pearce
2007-02-05bash: Support completion on git-cherry.Shawn O. Pearce
2007-02-04bash: Support internal revlist options better.Shawn O. Pearce
2007-02-04bash: Support unique completion when possible.Shawn O. Pearce
2007-02-04bash: Support unique completion on git-config.Shawn O. Pearce
2007-02-04bash: Classify more commends out of completion.Shawn O. Pearce
2007-02-04bash: Add space after unique command name is completed.Shawn O. Pearce