summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
AgeCommit message (Expand)AuthorFilesLines
2009-01-18git-svn: Add --localtime option to "fetch"Pete Harlan1-1/+1
2009-01-17bash: refactor 'git log --pretty=<format>' optionsSZEDER Gábor1-4/+4
2009-01-17bash: add missing format-patch command line optionsSZEDER Gábor1-0/+2
2009-01-17bash: remove unnecessary checks for long options with argumentSZEDER Gábor1-2/+0
2009-01-15bash-completion: Add comments to remind about required argumentsTed Pavlic1-0/+15
2009-01-15bash-completion: Try bash completions before simple filetypeTed Pavlic1-3/+6
2009-01-15bash-completion: Support running when set -u is enabledTed Pavlic1-9/+9
2009-01-10bash completion: Use 'git add' completions for 'git stage'Lee Marlow1-0/+1
2009-01-10bash completion: Add '--intent-to-add' long option for 'git add'Lee Marlow1-1/+1
2009-01-07bash completions: Add the --patience optionJohannes Schindelin1-0/+2
2009-01-07Merge branch 'rs/diff-ihc'Junio C Hamano1-0/+2
2009-01-05bash: add '--merge' to 'git reset'SZEDER Gábor1-1/+1
2008-12-29diff: add option to show context between close hunksRené Scharfe1-0/+2
2008-12-15bash completion: Sync config variables with their man pagesLee Marlow1-7/+80
2008-12-15bash completion: Sort config completion variablesLee Marlow1-37/+40
2008-11-27Merge branch 'maint'Junio C Hamano1-34/+9
2008-11-27bash: offer refs instead of filenames for 'git revert'SZEDER Gábor1-1/+1
2008-11-27bash: complete full refsSZEDER Gábor1-4/+15
2008-11-27bash: remove dashed command leftoversSZEDER Gábor1-33/+8
2008-10-31Merge branch 'maint'Junio C Hamano1-0/+2
2008-10-31bash completion: add doubledash to "git show"Markus Heidelberg1-0/+2
2008-10-20bash completion: Add 'workflows' to 'git help'Lee Marlow1-0/+1
2008-10-09Merge branch 'mw/sendemail'Shawn O. Pearce1-1/+2
2008-10-06Merge branch 'maint'Shawn O. Pearce1-27/+9
2008-10-05bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor1-27/+9
2008-10-02bash completion: Add --[no-]validate to "git send-email"Teemu Likonen1-1/+2
2008-09-19Merge branch 'maint'Junio C Hamano1-1/+1
2008-09-19bash: use for-each-ref format 'refname:short'SZEDER Gábor1-20/+6
2008-09-19completion: git commit should list --interactiveEric Raible1-1/+1
2008-09-04Merge branch 'jc/maint-log-grep'Junio C Hamano1-0/+10
2008-09-03bash completion: Hide more plumbing commandsPetr Baudis1-0/+10
2008-08-28bash-completion: Add all submodule subcommands to the completion listMatthias Kestenholz1-1/+1
2008-08-22Completion: add missing '=' for 'diff --diff-filter'Eric Raible1-1/+1
2008-08-20completion: find out supported merge strategies correctlyJunio C Hamano1-6/+8
2008-08-16bash-completion: Add non-command git help files to bash-completionMarcus Griep1-1/+5
2008-08-14bash completion: Add '--merge' long option for 'git log'Lee Marlow1-0/+1
2008-08-14bash completion: Add completion for 'git mergetool'Lee Marlow1-0/+20
2008-08-14bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible1-1/+1
2008-08-08bash: remove redundant check for 'git stash apply' optionsSZEDER Gábor1-1/+1
2008-08-05bash completion: Add completion for 'git mv'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git ls-files'Lee Marlow1-0/+21
2008-08-05bash completion: Add completion for 'git archive'Lee Marlow1-0/+24
2008-08-05bash completion: More completions for 'git stash'Lee Marlow1-1/+11
2008-08-05bash completion: Add completion for 'git revert'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git init'Lee Marlow1-0/+19
2008-08-05bash completion: Add completion for 'git clean'Lee Marlow1-0/+15
2008-08-05bash completion: Add completion for 'git clone'Lee Marlow1-0/+26
2008-08-04bash completion: Add completion for 'git grep'Lee Marlow1-0/+24
2008-08-02bash completion: Add more long options for 'git log'Lee Marlow1-0/+1
2008-08-02bash completion: remove unused function _git_diff_treeLee Marlow1-5/+0