aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAge
* Merge branch 'ma/bash-completion-leaking-x'Junio C Hamano2015-04-20
|\
| * completion: fix global bash variable leak on __gitcompappendMárcio Almada2015-04-12
* | Merge branch 'sg/completion-gitcomp-nl-for-refs'Junio C Hamano2015-03-26
|\ \
| * | completion: use __gitcomp_nl() for completing refsSZEDER Gábor2015-03-22
* | | Merge branch 'ct/prompt-untracked-fix'Junio C Hamano2015-03-25
|\ \ \
| * | | git prompt: use toplevel to find untracked filesCody A Taylor2015-03-15
| | |/ | |/|
* | | Merge branch 'js/completion-ctags-pattern-substitution-fix'Junio C Hamano2015-03-23
|\ \ \
| * | | contrib/completion: escape the forward slash in __git_match_ctagJohn Szakmeister2015-03-14
| |/ /
* | | Merge branch 'jk/push-config'Junio C Hamano2015-03-23
|\ \ \
| * | | push: allow --follow-tags to be set by config push.followTagsDave Olszewski2015-03-14
* | | | Merge branch 'mg/doc-status-color-slot'Junio C Hamano2015-03-17
|\ \ \ \
| * | | | config,completion: add color.status.unmergedMichael J Gruber2015-03-10
| | |_|/ | |/| |
* | | | Merge branch 'sg/completion-remote'Junio C Hamano2015-03-17
|\ \ \ \ | |_|/ / |/| | |
| * | | completion: simplify __git_remotes()SZEDER Gábor2015-03-06
| |/ /
* | | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-11
|\ \ \ | |/ / |/| |
| * | log: teach --invert-grep optionChristoph Junghans2015-01-13
* | | Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano2015-01-14
|\ \ \
| * | | git-prompt: preserve value of $? in all casesTony Finch2015-01-14
* | | | Merge branch 'rh/hide-prompt-in-ignored-directory'Junio C Hamano2015-01-14
|\ \ \ \
| * | | | git-prompt.sh: allow to hide prompt for ignored pwdJess Austin2015-01-07
| * | | | git-prompt.sh: if pc mode, immediately set PS1 to a plain promptRichard Hansen2015-01-07
* | | | | Merge branch 'mm/complete-rebase-autostash'Junio C Hamano2015-01-14
|\ \ \ \ \
| * | | | | git-completion: add --autostash for 'git rebase'Matthieu Moy2015-01-07
| | |_|_|/ | |/| | |
* | | | | Merge branch 'tf/prompt-preserve-exit-status'Junio C Hamano2015-01-07
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | git-prompt: preserve value of $? inside shell promptTony Finch2014-12-22
* | | | | Merge branch 'pd/completion-filenames-fix'Junio C Hamano2015-01-07
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update documentation occurrences of filename .shPeter van der Does2014-12-15
* | | | | Merge branch 'jg/prompt-localize-temporary'Junio C Hamano2014-12-22
|\ \ \ \ \
| * | | | | git-prompt.sh: make $f local to __git_eread()Justin Guenther2014-12-12
* | | | | | Merge branch 'rt/completion-tag'Junio C Hamano2014-12-22
|\ \ \ \ \ \
| * | | | | | completion: add git-tag optionsRalf Thielow2014-12-04
| | |_|_|_|/ | |/| | | |
* | | | | | git-send-email: add --transfer-encoding optionPaolo Bonzini2014-11-25
| |_|_|/ / |/| | | |
* | | | | Merge branch 'oc/mergetools-beyondcompare'Junio C Hamano2014-10-29
|\ \ \ \ \
| * | | | | mergetool: rename bc3 to bcJunio C Hamano2014-10-21
| |/ / / /
| * | | | Merge branch 'jk/prompt-stash-could-be-packed' into maintJunio C Hamano2014-09-19
| |\ \ \ \
* | \ \ \ \ Merge branch 'js/completion-hide-not-a-repo'Junio C Hamano2014-10-21
|\ \ \ \ \ \
| * | | | | | completion: silence "fatal: Not a git repository" errorJohn Szakmeister2014-10-14
* | | | | | | Merge branch 'jc/completion-no-chdir'Junio C Hamano2014-10-16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | completion: use "git -C $there" instead of (cd $there && git ...)Junio C Hamano2014-10-09
* | | | | | | completion: add --show-signature for log and showDavid Aguilar2014-10-07
* | | | | | | Merge branch 'tb/complete-diff-ignore-blank-lines'Junio C Hamano2014-09-19
|\ \ \ \ \ \ \
| * | | | | | | completion: Add --ignore-blank-lines for diffThomas Braun2014-09-03
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jk/prompt-stash-could-be-packed'Junio C Hamano2014-09-09
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | git-prompt: do not look for refs/stash in $GIT_DIRJeff King2014-08-25
| |/ / / /
* | | | | Merge branch 'jk/more-push-completion'Junio C Hamano2014-07-30
|\ \ \ \ \
| * | | | | completion: complete `git push --force-with-lease=`John Keeping2014-07-22
| * | | | | completion: add some missing options to `git push`John Keeping2014-07-22
| * | | | | completion: complete "unstuck" `git push --recurse-submodules`John Keeping2014-07-22
| |/ / / /
* | | | | Merge branch 'sp/complete-ext-alias'Junio C Hamano2014-06-25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesSteffen Prohaska2014-06-13