summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* completion: Use consistent if [...] convention, not "test"Ted Pavlic2009-02-111-20/+11
* completion: For consistency, change "git rev-parse" to __gitdir callsTed Pavlic2009-02-111-2/+2
* completion: Get rid of tabbed indentation in comments. Replace with spaces.Ted Pavlic2009-02-081-5/+5
* completion: Fix GIT_PS1_SHOWDIRTYSTATE to prevent unbound variable errors.Ted Pavlic2009-02-081-1/+1
* bash: offer to show (un)staged changesThomas Rast2009-02-031-2/+24
* Merge branch 'js/patience-diff'Junio C Hamano2009-01-231-0/+1
|\
| * bash completions: Add the --patience optionJohannes Schindelin2009-01-071-0/+2
* | bash completion: add 'rename' subcommand to git-remoteMarkus Heidelberg2009-01-211-2/+2
* | bash completion: refactor diff optionsThomas Rast2009-01-191-15/+21
* | bash completion: move pickaxe options to logThomas Rast2009-01-191-1/+2
* | git-svn: Add --localtime option to "fetch"Pete Harlan2009-01-181-1/+1
* | bash: refactor 'git log --pretty=<format>' optionsSZEDER Gábor2009-01-171-4/+4
* | bash: add missing format-patch command line optionsSZEDER Gábor2009-01-171-0/+2
* | bash: remove unnecessary checks for long options with argumentSZEDER Gábor2009-01-171-2/+0
* | bash-completion: Add comments to remind about required argumentsTed Pavlic2009-01-151-0/+15
* | bash-completion: Try bash completions before simple filetypeTed Pavlic2009-01-151-3/+6
* | bash-completion: Support running when set -u is enabledTed Pavlic2009-01-151-9/+9
* | bash completion: Use 'git add' completions for 'git stage'Lee Marlow2009-01-101-0/+1
* | bash completion: Add '--intent-to-add' long option for 'git add'Lee Marlow2009-01-101-1/+1
* | Merge branch 'rs/diff-ihc'Junio C Hamano2009-01-071-0/+2
|\ \
| * | diff: add option to show context between close hunksRené Scharfe2008-12-291-0/+2
| |/
* | bash: add '--merge' to 'git reset'SZEDER Gábor2009-01-051-1/+1
|/
* bash completion: Sync config variables with their man pagesLee Marlow2008-12-151-7/+80
* bash completion: Sort config completion variablesLee Marlow2008-12-151-37/+40
* Merge branch 'maint'Junio C Hamano2008-11-271-34/+9
|\
| * bash: offer refs instead of filenames for 'git revert'SZEDER Gábor2008-11-271-1/+1
| * bash: remove dashed command leftoversSZEDER Gábor2008-11-271-33/+8
* | bash: complete full refsSZEDER Gábor2008-11-271-4/+15
* | Merge branch 'maint'Junio C Hamano2008-10-311-0/+2
|\ \ | |/
| * bash completion: add doubledash to "git show"Markus Heidelberg2008-10-311-0/+2
* | bash completion: Add 'workflows' to 'git help'Lee Marlow2008-10-201-0/+1
* | Merge branch 'mw/sendemail'Shawn O. Pearce2008-10-091-1/+2
|\ \
| * | bash completion: Add --[no-]validate to "git send-email"Teemu Likonen2008-10-021-1/+2
* | | Merge branch 'maint'Shawn O. Pearce2008-10-061-27/+9
|\ \ \ | |/ / |/| / | |/
| * bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor2008-10-051-27/+9
* | Merge branch 'maint'Junio C Hamano2008-09-191-1/+1
|\ \ | |/
| * completion: git commit should list --interactiveEric Raible2008-09-191-1/+1
* | bash: use for-each-ref format 'refname:short'SZEDER Gábor2008-09-191-20/+6
* | Merge branch 'jc/maint-log-grep'Junio C Hamano2008-09-041-0/+10
|\ \ | |/
| * bash completion: Hide more plumbing commandsPetr Baudis2008-09-031-0/+10
* | bash-completion: Add all submodule subcommands to the completion listMatthias Kestenholz2008-08-281-1/+1
|/
* Completion: add missing '=' for 'diff --diff-filter'Eric Raible2008-08-221-1/+1
* completion: find out supported merge strategies correctlyJunio C Hamano2008-08-201-6/+8
* bash-completion: Add non-command git help files to bash-completionMarcus Griep2008-08-161-1/+5
* bash completion: Add '--merge' long option for 'git log'Lee Marlow2008-08-141-0/+1
* bash completion: Add completion for 'git mergetool'Lee Marlow2008-08-141-0/+20
* bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible2008-08-141-1/+1
* bash: remove redundant check for 'git stash apply' optionsSZEDER Gábor2008-08-081-1/+1
* bash completion: Add completion for 'git mv'Lee Marlow2008-08-051-0/+13
* bash completion: Add completion for 'git ls-files'Lee Marlow2008-08-051-0/+21