Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' | Junio C Hamano | 2015-10-07 | 3 | -14/+34 |
|\ | |||||
| * | pager: don't use unsafe functions in signal handlersti/glibc-stdio-mutex-from-signal-handler | Takashi Iwai | 2015-09-04 | 3 | -14/+34 |
* | | Start cycle toward 2.7 | Junio C Hamano | 2015-10-05 | 3 | -2/+111 |
* | | Sync with 2.6.1 | Junio C Hamano | 2015-10-05 | 31 | -32/+508 |
|\ \ | |||||
| * | | Git 2.6.1v2.6.1 | Junio C Hamano | 2015-09-28 | 4 | -3/+22 |
| * | | Sync with v2.5.4 | Junio C Hamano | 2015-09-28 | 29 | -30/+486 |
| |\ \ | |||||
| | * | | Git 2.5.4v2.5.4 | Junio C Hamano | 2015-09-28 | 4 | -3/+22 |
| | * | | Sync with 2.4.10 | Junio C Hamano | 2015-09-28 | 28 | -29/+466 |
| | |\ \ | |||||
| | | * | | Git 2.4.10v2.4.10 | Junio C Hamano | 2015-09-28 | 4 | -3/+22 |
| | | * | | Sync with 2.3.10 | Junio C Hamano | 2015-09-28 | 27 | -28/+446 |
| | | |\ \ | |||||
| | | | * | | Git 2.3.10v2.3.10maint-2.3 | Junio C Hamano | 2015-09-28 | 4 | -3/+22 |
| | | | * | | Merge branch 'jk/xdiff-memory-limits' into maint-2.3 | Junio C Hamano | 2015-09-28 | 11 | -26/+57 |
| | | | |\ \ | |||||
| | | | | * | | merge-file: enforce MAX_XDIFF_SIZE on incoming files | Jeff King | 2015-09-28 | 1 | -1/+2 |
| | | | | * | | xdiff: reject files larger than ~1GB | Jeff King | 2015-09-28 | 3 | -1/+14 |
| | | | | * | | react to errors in xdi_diff | Jeff King | 2015-09-28 | 7 | -24/+41 |
| | | | * | | | Merge branch 'jk/transfer-limit-redirection' into maint-2.3 | Junio C Hamano | 2015-09-28 | 6 | -15/+78 |
| | | | |\ \ \ | |||||
| | | | | * | | | http: limit redirection depth | Blake Burkhart | 2015-09-25 | 3 | -0/+8 |
| | | | | * | | | http: limit redirection to protocol-whitelist | Blake Burkhart | 2015-09-25 | 4 | -5/+27 |
| | | | | * | | | transport: refactor protocol whitelist code | Jeff King | 2015-09-25 | 2 | -10/+43 |
| | | | * | | | | Merge branch 'jk/transfer-limit-protocol' into maint-2.3 | Junio C Hamano | 2015-09-28 | 13 | -1/+306 |
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | / / | | | | | |/ / | | | | |/| | | |||||
| | | | | * | | submodule: allow only certain protocols for submodule fetches | Jeff King | 2015-09-23 | 2 | -0/+52 |
| | | | | * | | transport: add a protocol-whitelist environment variable | Jeff King | 2015-09-23 | 11 | -1/+254 |
| | | | |/ / | |||||
* | | | | | | Merge branch 'mm/keyid-docs' | Junio C Hamano | 2015-10-05 | 10 | -29/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation: explain optional arguments bettermm/keyid-docs | Matthieu Moy | 2015-09-21 | 9 | -10/+28 |
| * | | | | | | Documentation/grep: fix documentation of -O | Matthieu Moy | 2015-09-21 | 1 | -2/+2 |
| * | | | | | | Documentation: use 'keyid' consistently, not 'key-id' | Matthieu Moy | 2015-09-21 | 5 | -17/+17 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'bb/remote-get-url' | Junio C Hamano | 2015-10-05 | 3 | -0/+106 |
|\ \ \ \ \ \ | |||||
| * | | | | | | remote: add get-url subcommandbb/remote-get-url | Ben Boeckel | 2015-09-17 | 3 | -0/+106 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jk/blame-first-parent' | Junio C Hamano | 2015-10-05 | 2 | -1/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | blame: handle --first-parentjk/blame-first-parent | Jeff King | 2015-09-16 | 2 | -1/+14 |
* | | | | | | | Merge branch 'jw/make-arflags-customizable' | Junio C Hamano | 2015-10-05 | 1 | -3/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefile: allow $(ARFLAGS) specified from the command linejw/make-arflags-customizable | Junio C Hamano | 2015-09-10 | 1 | -3/+6 |
* | | | | | | | | Merge branch 'jk/rebase-no-autostash' | Junio C Hamano | 2015-10-05 | 3 | -2/+16 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation/git-rebase: fix --no-autostash formattingjk/rebase-no-autostash | John Keeping | 2015-09-10 | 1 | -1/+2 |
| * | | | | | | | | rebase: support --no-autostash | John Keeping | 2015-09-10 | 2 | -1/+14 |
* | | | | | | | | | Merge branch 'jk/make-findstring-makeflags-fix' | Junio C Hamano | 2015-10-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Makefile: fix MAKEFLAGS tests with multiple flagsjk/make-findstring-makeflags-fix | John Keeping | 2015-09-10 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch 'sb/submodule-helper' | Junio C Hamano | 2015-10-05 | 6 | -149/+301 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | submodule: rewrite `module_clone` shell function in Csb/submodule-helper | Stefan Beller | 2015-09-08 | 2 | -76/+134 |
| * | | | | | | | | | | submodule: rewrite `module_name` shell function in C | Stefan Beller | 2015-09-03 | 2 | -25/+29 |
| * | | | | | | | | | | submodule: rewrite `module_list` shell function in C | Stefan Beller | 2015-09-03 | 6 | -48/+138 |
| * | | | | | | | | | | Merge 'hv/submodule-config' to 'sb/submodule-helper' | Junio C Hamano | 2015-08-19 | 12 | -98/+836 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'kn/for-each-tag' | Junio C Hamano | 2015-10-05 | 13 | -379/+746 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | tag.c: implement '--merged' and '--no-merged' options | Karthik Nayak | 2015-09-17 | 3 | -2/+38 |
| * | | | | | | | | | | | | tag.c: implement '--format' option | Karthik Nayak | 2015-09-17 | 3 | -11/+34 |
| * | | | | | | | | | | | | tag.c: use 'ref-filter' APIs | Karthik Nayak | 2015-09-17 | 3 | -316/+53 |
| * | | | | | | | | | | | | tag.c: use 'ref-filter' data structures | Karthik Nayak | 2015-09-17 | 1 | -49/+57 |
| * | | | | | | | | | | | | ref-filter: add option to match literal pattern | Karthik Nayak | 2015-09-17 | 3 | -4/+40 |
| * | | | | | | | | | | | | ref-filter: add support to sort by version | Karthik Nayak | 2015-09-17 | 4 | -6/+51 |
| * | | | | | | | | | | | | ref-filter: add support for %(contents:lines=X) | Karthik Nayak | 2015-09-17 | 5 | -6/+103 |