| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ep/http-configure-ssl-version' | Junio C Hamano | 2015-08-26 | 1 | -0/+1 |
|\ |
|
| * | http: add support for specifying the SSL versionep/http-configure-ssl-version | Elia Pinto | 2015-08-17 | 1 | -0/+1 |
* | | completion: offer '--edit-todo' during interactive rebasetb/complete-rebase-i-edit-todo | Thomas Braun | 2015-08-05 | 1 | -1/+4 |
|/ |
|
* | Merge branch 'sg/completion-commit-cleanup' | Junio C Hamano | 2015-06-24 | 1 | -1/+1 |
|\ |
|
| * | completion: teach 'scissors' mode to 'git commit --cleanup='sg/completion-commit-cleanup | SZEDER Gábor | 2015-06-08 | 1 | -1/+1 |
* | | Merge branch 'tb/complete-sequencing' | Junio C Hamano | 2015-06-11 | 1 | -0/+5 |
|\ \ |
|
| * | | completion: suggest sequencer commands for reverttb/complete-sequencing | Thomas Braun | 2015-06-01 | 1 | -0/+5 |
* | | | Merge branch 'sg/completion-config' | Junio C Hamano | 2015-05-22 | 1 | -24/+14 |
|\ \ \ |
|
| * | | | completion: simplify query for config variablessg/completion-config | SZEDER Gábor | 2015-05-12 | 1 | -7/+3 |
| * | | | completion: add a helper function to get config variables | SZEDER Gábor | 2015-05-12 | 1 | -20/+14 |
* | | | | Merge branch 'ls/http-ssl-cipher-list' | Junio C Hamano | 2015-05-22 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | http: add support for specifying an SSL cipher listls/http-ssl-cipher-list | Lars Kellogg-Stedman | 2015-05-08 | 1 | -0/+1 |
| * | | | | Merge branch 'ma/bash-completion-leaking-x' into maint | Junio C Hamano | 2015-04-27 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'sg/completion-gitcomp-nl-for-refs' into maint | Junio C Hamano | 2015-03-28 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'js/completion-ctags-pattern-substitution-fix' into maint | Junio C Hamano | 2015-03-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'sg/completion-remote' into maint | Junio C Hamano | 2015-03-23 | 1 | -5/+2 |
| |\ \ \ \ \ \ \ |
|
* | \ \ \ \ \ \ \ | Merge branch 'sg/completion-omit-credential-helpers' | Junio C Hamano | 2015-05-22 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | completion: remove credential helpers from porcelain commandssg/completion-omit-credential-helpers | SZEDER Gábor | 2015-05-06 | 1 | -2/+2 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'sg/completion-no-redundant-all-command-list' | Junio C Hamano | 2015-05-11 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | completion: remove redundant __git_compute_all_commands() callsg/completion-no-redundant-all-command-list | SZEDER Gábor | 2015-05-03 | 1 | -1/+0 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'sg/complete-decorate-full-not-long' | Junio C Hamano | 2015-05-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | completion: fix and update 'git log --decorate=' optionssg/complete-decorate-full-not-long | SZEDER Gábor | 2015-05-03 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'ma/bash-completion-leaking-x' | Junio C Hamano | 2015-04-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | completion: fix global bash variable leak on __gitcompappendma/bash-completion-leaking-x | Márcio Almada | 2015-04-12 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'sg/completion-gitcomp-nl-for-refs' | Junio C Hamano | 2015-03-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | completion: use __gitcomp_nl() for completing refssg/completion-gitcomp-nl-for-refs | SZEDER Gábor | 2015-03-22 | 1 | -2/+2 |
* | | | | | | | Merge branch 'js/completion-ctags-pattern-substitution-fix' | Junio C Hamano | 2015-03-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | contrib/completion: escape the forward slash in __git_match_ctagjs/completion-ctags-pattern-substitution-fix | John Szakmeister | 2015-03-14 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'jk/push-config' | Junio C Hamano | 2015-03-23 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | push: allow --follow-tags to be set by config push.followTagsjk/push-config | Dave Olszewski | 2015-03-14 | 1 | -0/+1 |
* | | | | | | | Merge branch 'mg/doc-status-color-slot' | Junio C Hamano | 2015-03-17 | 1 | -0/+1 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | config,completion: add color.status.unmergedmg/doc-status-color-slot | Michael J Gruber | 2015-03-10 | 1 | -0/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'sg/completion-remote' | Junio C Hamano | 2015-03-17 | 1 | -5/+2 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | completion: simplify __git_remotes()sg/completion-remote | SZEDER Gábor | 2015-03-06 | 1 | -5/+2 |
| |/ / / |
|
* | | | | Merge branch 'cj/log-invert-grep' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | log: teach --invert-grep optioncj/log-invert-grep | Christoph Junghans | 2015-01-13 | 1 | -1/+1 |
* | | | | Merge branch 'mm/complete-rebase-autostash' | Junio C Hamano | 2015-01-14 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | git-completion: add --autostash for 'git rebase'mm/complete-rebase-autostash | Matthieu Moy | 2015-01-07 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'pd/completion-filenames-fix' | Junio C Hamano | 2015-01-07 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Update documentation occurrences of filename .shpd/completion-filenames-fix | Peter van der Does | 2014-12-15 | 1 | -2/+2 |
* | | | | | Merge branch 'rt/completion-tag' | Junio C Hamano | 2014-12-22 | 1 | -0/+10 |
|\ \ \ \ \ |
|
| * | | | | | completion: add git-tag optionsrt/completion-tag | Ralf Thielow | 2014-12-04 | 1 | -0/+10 |
| | |_|/ /
| |/| | | |
|
* | | | | | git-send-email: add --transfer-encoding optionpb/send-email-te | Paolo Bonzini | 2014-11-25 | 1 | -0/+4 |
* | | | | | Merge branch 'oc/mergetools-beyondcompare' | Junio C Hamano | 2014-10-29 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | mergetool: rename bc3 to bcoc/mergetools-beyondcompare | Junio C Hamano | 2014-10-21 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge branch 'js/completion-hide-not-a-repo' | Junio C Hamano | 2014-10-21 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | completion: silence "fatal: Not a git repository" errorjs/completion-hide-not-a-repo | John Szakmeister | 2014-10-14 | 1 | -1/+2 |
* | | | | | | Merge branch 'jc/completion-no-chdir' | Junio C Hamano | 2014-10-16 | 1 | -11/+7 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | completion: use "git -C $there" instead of (cd $there && git ...)jc/completion-no-chdir | Junio C Hamano | 2014-10-09 | 1 | -11/+7 |
* | | | | | | completion: add --show-signature for log and showda/completion-show-signature | David Aguilar | 2014-10-07 | 1 | -0/+2 |