summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Merge branch 'mh/show-branch-color'Libravatar Junio C Hamano1-1/+4
2009-05-16Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2009-05-16completion: add missing options to show-branch and showLibravatar Stephen Boyd1-2/+2
2009-05-16Merge branch 'maint'Libravatar Junio C Hamano1-10/+22
2009-05-16completion: enhance "current branch" displayLibravatar Junio C Hamano1-2/+13
2009-05-16completion: simplify "current branch" in __git_ps1()Libravatar Junio C Hamano1-7/+8
2009-05-16completion: fix PS1 display during a merge on detached HEADLibravatar Junio C Hamano1-3/+3
2009-05-13bash completion: complete variable names for "git config" with optionsLibravatar Stephen Boyd1-0/+33
2009-05-05completion: complete values for send-emailLibravatar Stephen Boyd1-3/+36
2009-05-05completion: complete values for log.dateLibravatar Stephen Boyd1-3/+6
2009-05-05completion: complete values for help.formatLibravatar Stephen Boyd1-0/+4
2009-05-05completion: add {gui,diff,merge}tool, man, and pager config variablesLibravatar Stephen Boyd1-0/+45
2009-05-05completion: add missing configuration variables to _git_config()Libravatar Stephen Boyd1-0/+48
2009-04-25bash completion: show-branch color supportLibravatar Markus Heidelberg1-1/+4
2009-04-17Merge branch 'da/difftool'Libravatar Junio C Hamano1-4/+22
2009-04-07Merge branch 'mh/html-path'Libravatar Junio C Hamano1-0/+1
2009-04-07bash completion: add git-difftoolLibravatar David Aguilar1-5/+22
2009-04-07difftool/mergetool: add diffuse as merge and diff toolLibravatar Sebastian Pipping1-1/+2
2009-04-05bash completion: Update 'git am' optionsLibravatar Todd Zullinger1-1/+2
2009-04-04add --html-path to get the location of installed HTML docsLibravatar Markus Heidelberg1-0/+1
2009-03-30Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2009-03-30Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-2/+2
2009-03-30Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-2/+7
2009-03-30Fix bash completion in path with spacesLibravatar Daniel Cheng (aka SDiZ)1-2/+2
2009-03-30bash completion: only show 'log --merge' if mergingLibravatar Thomas Rast1-1/+6
2009-03-24completion: add --thread=deep/shallow to format-patchLibravatar Stephen Boyd1-1/+7
2009-03-24completion: add --cc and --no-attachment option to format-patchLibravatar Stephen Boyd1-2/+2
2009-03-24completion: add --annotate option to send-emailLibravatar Stephen Boyd1-2/+2
2009-03-22bash completion: add options for 'git fsck'Libravatar Arto Jonsson1-0/+16
2009-03-22Add --staged to bash completion for git diffLibravatar Kevin McConnell1-1/+1
2009-03-17Merge branch 'js/remote-improvements'Libravatar Junio C Hamano1-1/+1
2009-03-07bash completion: teach fetch, pull, and push to complete their optionsLibravatar Jay Soffian1-5/+56
2009-03-07bash completion: refactor --strategy completionLibravatar Jay Soffian1-18/+20
2009-03-07bash completion: fix completion issues with fetch, pull, and pushLibravatar Jay Soffian1-49/+60
2009-03-05Merge branch 'ns/pretty-format'Libravatar Junio C Hamano1-2/+12
2009-03-05Merge branch 'tp/completion'Libravatar Junio C Hamano1-38/+42
2009-02-27builtin-remote: add set-head subcommandLibravatar Jay Soffian1-1/+1
2009-02-27bash completion: add --format= and --oneline options for "git log"Libravatar Teemu Likonen1-2/+12
2009-02-24Fixup: Add bare repository indicator for __git_ps1Libravatar Marius Storm-Olsen1-7/+6
2009-02-23Add bare repository indicator for __git_ps1Libravatar Marius Storm-Olsen1-2/+8
2009-02-18bash completion: only show 'log --merge' if mergingLibravatar Thomas Rast1-1/+6
2009-02-18bash completion: refactor common log, shortlog and gitk optionsLibravatar Thomas Rast1-15/+34
2009-02-16bash: update 'git svn' optionsLibravatar SZEDER Gábor1-6/+25
2009-02-16bash: add missing 'git merge' optionsLibravatar SZEDER Gábor1-0/+1
2009-02-14bash: fix misspelled 'git svn' optionLibravatar SZEDER Gábor1-1/+1
2009-02-13bash-completion: Complete the values of color.interactive, color.ui, color.pagerLibravatar Matt Kraai1-1/+5
2009-02-11completion: More fixes to prevent unbound variable errorsLibravatar Ted Pavlic1-4/+4
2009-02-11completion: Better __git_ps1 support when not in working directoryLibravatar Ted Pavlic1-14/+22
2009-02-11completion: Use consistent if [...] convention, not "test"Libravatar Ted Pavlic1-20/+11
2009-02-11completion: For consistency, change "git rev-parse" to __gitdir callsLibravatar Ted Pavlic1-2/+2