aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
Commit message (Expand)AuthorAge
* Merge branch 'sg/config-name-only'Junio C Hamano2015-08-31
|\
| * completion: list variable names reliably with 'git config --name-only'SZEDER Gábor2015-08-10
| * config: add '--name-only' option to list only variable namesSZEDER Gábor2015-08-10
* | Merge branch 'ep/http-configure-ssl-version'Junio C Hamano2015-08-26
|\ \
| * | http: add support for specifying the SSL versionElia Pinto2015-08-17
* | | completion: offer '--edit-todo' during interactive rebaseThomas Braun2015-08-05
|/ /
* | Merge branch 'sg/completion-commit-cleanup'Junio C Hamano2015-06-24
|\ \
| * | completion: teach 'scissors' mode to 'git commit --cleanup='SZEDER Gábor2015-06-08
* | | Merge branch 'tb/complete-sequencing'Junio C Hamano2015-06-11
|\ \ \ | |_|/ |/| |
| * | completion: suggest sequencer commands for revertThomas Braun2015-06-01
* | | Merge branch 'sg/completion-config'Junio C Hamano2015-05-22
|\ \ \
| * | | completion: simplify query for config variablesSZEDER Gábor2015-05-12
| * | | completion: add a helper function to get config variablesSZEDER Gábor2015-05-12
* | | | Merge branch 'ls/http-ssl-cipher-list'Junio C Hamano2015-05-22
|\ \ \ \
| * | | | http: add support for specifying an SSL cipher listLars Kellogg-Stedman2015-05-08
| * | | | Merge branch 'ma/bash-completion-leaking-x' into maintJunio C Hamano2015-04-27
| |\ \ \ \
| * \ \ \ \ Merge branch 'sg/completion-gitcomp-nl-for-refs' into maintJunio C Hamano2015-03-28
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'js/completion-ctags-pattern-substitution-fix' into maintJunio C Hamano2015-03-27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sg/completion-remote' into maintJunio C Hamano2015-03-23
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'sg/completion-omit-credential-helpers'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | completion: remove credential helpers from porcelain commandsSZEDER Gábor2015-05-06
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'sg/completion-no-redundant-all-command-list'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: remove redundant __git_compute_all_commands() callSZEDER Gábor2015-05-03
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'sg/complete-decorate-full-not-long'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | completion: fix and update 'git log --decorate=' optionsSZEDER Gábor2015-05-03
* | | | | | | | 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 '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 'mm/complete-rebase-autostash'Junio C Hamano2015-01-14
|\ \ \ \
| * | | | git-completion: add --autostash for 'git rebase'Matthieu Moy2015-01-07
| | |/ / | |/| |
* | | | Merge branch 'pd/completion-filenames-fix'Junio C Hamano2015-01-07
|\ \ \ \
| * | | | Update documentation occurrences of filename .shPeter van der Does2014-12-15
* | | | | 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 'js/completion-hide-not-a-repo'Junio C Hamano2014-10-21
|\ \ \ \ \
| * | | | | completion: silence "fatal: Not a git repository" errorJohn Szakmeister2014-10-14