summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)Author
2009-04-08difftool/mergetool: add diffuse as merge and diff toolSebastian Pipping
2009-04-05bash completion: Update 'git am' optionsTodd Zullinger
2009-03-30Merge branch 'maint'Junio C Hamano
2009-03-30Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-03-30Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-03-30Fix bash completion in path with spacesDaniel Cheng (aka SDiZ)
2009-03-30bash completion: only show 'log --merge' if mergingThomas Rast
2009-03-25completion: add --thread=deep/shallow to format-patchStephen Boyd
2009-03-25completion: add --cc and --no-attachment option to format-patchStephen Boyd
2009-03-25completion: add --annotate option to send-emailStephen Boyd
2009-03-23bash completion: add options for 'git fsck'Arto Jonsson
2009-03-23Add --staged to bash completion for git diffKevin McConnell
2009-03-18Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-08bash completion: teach fetch, pull, and push to complete their optionsJay Soffian
2009-03-08bash completion: refactor --strategy completionJay Soffian
2009-03-08bash completion: fix completion issues with fetch, pull, and pushJay Soffian
2009-03-05Merge branch 'ns/pretty-format'Junio C Hamano
2009-03-05Merge branch 'tp/completion'Junio C Hamano
2009-02-27builtin-remote: add set-head subcommandJay Soffian
2009-02-27bash completion: add --format= and --oneline options for "git log"Teemu Likonen
2009-02-25Fixup: Add bare repository indicator for __git_ps1Marius Storm-Olsen
2009-02-23Add bare repository indicator for __git_ps1Marius Storm-Olsen
2009-02-18bash completion: only show 'log --merge' if mergingThomas Rast
2009-02-18bash completion: refactor common log, shortlog and gitk optionsThomas Rast
2009-02-16bash: update 'git svn' optionsSZEDER Gábor
2009-02-16bash: add missing 'git merge' optionsSZEDER Gábor
2009-02-15bash: fix misspelled 'git svn' optionSZEDER Gábor
2009-02-13bash-completion: Complete the values of color.interactive, color.ui, color.pagerMatt Kraai
2009-02-11completion: More fixes to prevent unbound variable errorsTed Pavlic
2009-02-11completion: Better __git_ps1 support when not in working directoryTed Pavlic
2009-02-11completion: Use consistent if [...] convention, not "test"Ted Pavlic
2009-02-11completion: For consistency, change "git rev-parse" to __gitdir callsTed Pavlic
2009-02-09completion: Get rid of tabbed indentation in comments. Replace with spaces.Ted Pavlic
2009-02-09completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Ted Pavlic
2009-02-04bash: offer to show (un)staged changesThomas Rast
2009-01-24Merge branch 'js/patience-diff'Junio C Hamano
2009-01-21bash completion: add 'rename' subcommand to git-remoteMarkus Heidelberg
2009-01-19bash completion: refactor diff optionsThomas Rast
2009-01-19bash completion: move pickaxe options to logThomas Rast
2009-01-18git-svn: Add --localtime option to "fetch"Pete Harlan
2009-01-18bash: refactor 'git log --pretty=<format>' optionsSZEDER Gábor
2009-01-18bash: add missing format-patch command line optionsSZEDER Gábor
2009-01-18bash: remove unnecessary checks for long options with argumentSZEDER Gábor
2009-01-15bash-completion: Add comments to remind about required argumentsTed Pavlic
2009-01-15bash-completion: Try bash completions before simple filetypeTed Pavlic
2009-01-15bash-completion: Support running when set -u is enabledTed Pavlic
2009-01-11bash completion: Use 'git add' completions for 'git stage'Lee Marlow
2009-01-11bash completion: Add '--intent-to-add' long option for 'git add'Lee Marlow
2009-01-07bash completions: Add the --patience optionJohannes Schindelin
2009-01-07Merge branch 'rs/diff-ihc'Junio C Hamano