summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'it/log-format-source'Junio C Hamano2019-01-292-0/+54
|\
| * log: add %S option (like --source) to log --formatIssac Trotts2019-01-112-0/+54
* | Merge branch 'jt/upload-pack-deepen-relative-proto-v2'Junio C Hamano2019-01-291-0/+47
|\ \
| * | upload-pack: teach deepen-relative in protocol v2Jonathan Tan2019-01-101-0/+29
| * | fetch-pack: do not take shallow lock unnecessarilyJonathan Tan2019-01-101-0/+18
| |/
* | Merge branch 'ms/http-no-more-failonerror'Junio C Hamano2019-01-292-0/+29
|\ \
| * | test: test GIT_CURL_VERBOSE=1 shows an errorMasaya Suzuki2019-01-102-0/+29
* | | Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano2019-01-291-54/+42
|\ \ \
| * | | rebase: run post-checkout hook on checkoutOrgad Shaneh2019-01-021-0/+20
| * | | t5403: simplify by using a single repositoryOrgad Shaneh2019-01-021-55/+23
* | | | Merge branch 'bc/sha-256'Junio C Hamano2019-01-297-51/+188
|\ \ \ \
| * | | | Add a base implementation of SHA-256 supportbrian m. carlson2018-11-144-0/+35
| * | | | t/helper: add a test helper to compute hash speedbrian m. carlson2018-11-143-0/+63
| * | | | t: make the sha1 test-tool helper genericbrian m. carlson2018-11-143-51/+61
| * | | | t: add basic tests for our SHA-1 implementationbrian m. carlson2018-11-141-0/+29
* | | | | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-292-3/+122
|\ \ \ \ \
| * | | | | fetch: ensure submodule objects fetchedStefan Beller2018-12-091-0/+117
| * | | | | repository: repo_submodule_init to take a submodule structStefan Beller2018-12-051-3/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'jt/fetch-pack-v2'Junio C Hamano2019-01-291-7/+15
|\ \ \ \ \
| * | | | | fetch-pack: support protocol version 2Jonathan Tan2019-01-101-7/+15
* | | | | | Merge branch 'jk/proto-v2-hidden-refs-fix'Junio C Hamano2019-01-291-0/+6
|\ \ \ \ \ \
| * | | | | | upload-pack: support hidden refs with protocol v2Jeff King2019-01-101-0/+6
| |/ / / / /
* | | | | | Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano2019-01-291-3/+96
|\ \ \ \ \ \
| * | | | | | diff --color-moved-ws: handle blank linesPhillip Wood2019-01-101-4/+37
| * | | | | | diff --color-moved-ws: modify allow-indentation-changePhillip Wood2019-01-101-0/+56
| * | | | | | diff --color-moved=zebra: be stricter with color alternationPhillip Wood2019-01-101-3/+3
| * | | | | | diff --color-moved-ws: demonstrate false positivesPhillip Wood2019-01-101-2/+6
* | | | | | | Merge branch 'js/rebase-i-redo-exec'Junio C Hamano2019-01-291-0/+14
|\ \ \ \ \ \ \
| * | | | | | | rebase: introduce a shortcut for --reschedule-failed-execJohannes Schindelin2018-12-111-0/+3
| * | | | | | | rebase: add a config option to default to --reschedule-failed-execJohannes Schindelin2018-12-111-1/+6
| * | | | | | | rebase: introduce --reschedule-failed-execJohannes Schindelin2018-12-111-0/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'ot/ref-filter-object-info'Junio C Hamano2019-01-181-0/+6
|\ \ \ \ \ \ \
| * | | | | | | ref-filter: add tests for deltabaseOlga Telezhnaya2018-12-281-0/+3
| * | | | | | | ref-filter: add tests for objectsize:diskOlga Telezhnaya2018-12-281-0/+3
* | | | | | | | Merge branch 'sg/stress-test'Junio C Hamano2019-01-189-133/+308
|\ \ \ \ \ \ \ \
| * | | | | | | | test-lib: add the '--stress' option to run a test repeatedly under loadSZEDER Gábor2019-01-073-5/+130
| * | | | | | | | test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor2019-01-077-13/+41
| * | | | | | | | test-lib: set $TRASH_DIRECTORY earlierSZEDER Gábor2019-01-071-6/+6
| * | | | | | | | test-lib: consolidate naming of test-results pathsSZEDER Gábor2019-01-071-11/+11
| * | | | | | | | test-lib: parse command line options earlierSZEDER Gábor2019-01-071-109/+124
| * | | | | | | | test-lib: parse options in a for loop to keep $@ intactSZEDER Gábor2019-01-071-36/+42
| * | | | | | | | test-lib: extract Bash version check for '-x' tracingSZEDER Gábor2019-01-071-18/+19
| * | | | | | | | test-lib: translate SIGTERM and SIGHUP to an exitSZEDER Gábor2019-01-031-1/+1
* | | | | | | | | Merge branch 'tg/t5570-drop-racy-test'Junio C Hamano2019-01-182-24/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "t/lib-git-daemon: record daemon log"Thomas Gummerer2019-01-071-11/+3
| * | | | | | | | | t5570: drop racy testThomas Gummerer2018-12-281-13/+0
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'so/cherry-pick-always-allow-m1'Junio C Hamano2019-01-183-11/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t3506: validate '-m 1 -ff' is now accepted for non-merge commitsSergey Organov2019-01-071-3/+3
| * | | | | | | | | t3502: validate '-m 1' argument is now accepted for non-merge commitsSergey Organov2019-01-071-6/+6
| * | | | | | | | | t3510: stop using '-m 1' to force failure mid-sequence of cherry-picksSergey Organov2018-12-261-2/+6
| | |_|_|/ / / / / | |/| | | | | | |