Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Start cycle toward 2.7 | Junio C Hamano | 2015-10-05 |
* | Sync with 2.6.1 | Junio C Hamano | 2015-10-05 |
|\ | |||
| * | Git 2.6.1v2.6.1 | Junio C Hamano | 2015-09-28 |
| * | Sync with v2.5.4 | Junio C Hamano | 2015-09-28 |
| |\ | |||
| | * | Git 2.5.4v2.5.4 | Junio C Hamano | 2015-09-28 |
| | * | Sync with 2.4.10 | Junio C Hamano | 2015-09-28 |
| | |\ | |||
| | | * | Git 2.4.10v2.4.10 | Junio C Hamano | 2015-09-28 |
| | | * | Sync with 2.3.10 | Junio C Hamano | 2015-09-28 |
| | | |\ | |||
| | | | * | Git 2.3.10v2.3.10 | Junio C Hamano | 2015-09-28 |
| | | | * | Merge branch 'jk/xdiff-memory-limits' into maint-2.3 | Junio C Hamano | 2015-09-28 |
| | | | |\ | |||
| | | | | * | merge-file: enforce MAX_XDIFF_SIZE on incoming files | Jeff King | 2015-09-28 |
| | | | | * | xdiff: reject files larger than ~1GB | Jeff King | 2015-09-28 |
| | | | | * | react to errors in xdi_diff | Jeff King | 2015-09-28 |
| | | | * | | Merge branch 'jk/transfer-limit-redirection' into maint-2.3 | Junio C Hamano | 2015-09-28 |
| | | | |\ \ | |||
| | | | | * | | http: limit redirection depth | Blake Burkhart | 2015-09-25 |
| | | | | * | | http: limit redirection to protocol-whitelist | Blake Burkhart | 2015-09-25 |
| | | | | * | | transport: refactor protocol whitelist code | Jeff King | 2015-09-25 |
| | | | * | | | Merge branch 'jk/transfer-limit-protocol' into maint-2.3 | Junio C Hamano | 2015-09-28 |
| | | | |\ \ \ | | | | | |/ / | | | | | | / | | | | | |/ | | | | |/| | |||
| | | | | * | submodule: allow only certain protocols for submodule fetches | Jeff King | 2015-09-23 |
| | | | | * | transport: add a protocol-whitelist environment variable | Jeff King | 2015-09-23 |
| | | | |/ | |||
* | | | | | Merge branch 'mm/keyid-docs' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ | |||
| * | | | | | Documentation: explain optional arguments better | Matthieu Moy | 2015-09-21 |
| * | | | | | Documentation/grep: fix documentation of -O | Matthieu Moy | 2015-09-21 |
| * | | | | | Documentation: use 'keyid' consistently, not 'key-id' | Matthieu Moy | 2015-09-21 |
| | |/ / / | |/| | | | |||
* | | | | | Merge branch 'bb/remote-get-url' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ | |||
| * | | | | | remote: add get-url subcommand | Ben Boeckel | 2015-09-17 |
* | | | | | | Merge branch 'jk/blame-first-parent' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ \ | |||
| * | | | | | | blame: handle --first-parent | Jeff King | 2015-09-16 |
* | | | | | | | Merge branch 'jw/make-arflags-customizable' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Makefile: allow $(ARFLAGS) specified from the command line | Junio C Hamano | 2015-09-10 |
* | | | | | | | | Merge branch 'jk/rebase-no-autostash' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Documentation/git-rebase: fix --no-autostash formatting | John Keeping | 2015-09-10 |
| * | | | | | | | | rebase: support --no-autostash | John Keeping | 2015-09-10 |
* | | | | | | | | | Merge branch 'jk/make-findstring-makeflags-fix' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | Makefile: fix MAKEFLAGS tests with multiple flags | John Keeping | 2015-09-10 |
* | | | | | | | | | | Merge branch 'sb/submodule-helper' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | submodule: rewrite `module_clone` shell function in C | Stefan Beller | 2015-09-08 |
| * | | | | | | | | | | submodule: rewrite `module_name` shell function in C | Stefan Beller | 2015-09-03 |
| * | | | | | | | | | | submodule: rewrite `module_list` shell function in C | Stefan Beller | 2015-09-03 |
| * | | | | | | | | | | Merge 'hv/submodule-config' to 'sb/submodule-helper' | Junio C Hamano | 2015-08-19 |
| |\ \ \ \ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'kn/for-each-tag' | Junio C Hamano | 2015-10-05 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | tag.c: implement '--merged' and '--no-merged' options | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | tag.c: implement '--format' option | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | tag.c: use 'ref-filter' APIs | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | tag.c: use 'ref-filter' data structures | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | ref-filter: add option to match literal pattern | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | ref-filter: add support to sort by version | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | ref-filter: add support for %(contents:lines=X) | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | ref-filter: add option to filter out tags, branches and remotes | Karthik Nayak | 2015-09-17 |
| * | | | | | | | | | | | | ref-filter: implement an `align` atom | Karthik Nayak | 2015-09-17 |