aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5703-upload-pack-ref-in-want.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon1-2/+4
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-3/+0
2021-09-01upload-pack.c: treat want-ref relative to namespaceKim Altintop1-0/+135
2021-09-01t5730: introduce fetch command helperKim Altintop1-36/+37
2021-02-12Merge branch 'ab/tests-various-fixup'Junio C Hamano1-1/+2
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2021-01-23upload-pack tests: avoid a non-zero "grep" exit statusÆvar Arnfjörð Bjarmason1-1/+2
2020-12-16t5703: use `main` as initial branch nameJohannes Schindelin1-32/+33
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin1-1/+1
2020-11-19t5[6-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-30/+30
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-10-23t5703: adjust a test case for the upcoming default branch nameJohannes Schindelin1-3/+3
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano1-5/+14
2020-06-19t5703: use object-format serve optionbrian m. carlson1-5/+14
2020-05-24Merge branch 'dd/t5703-grep-a-fix'Junio C Hamano1-3/+6
2020-05-19t5703: replace "grep -a" usage by perlĐoàn Trần Công Danh1-3/+6
2020-03-26t5703: feed raw data into test-tool unpack-sidebandĐoàn Trần Công Danh1-4/+1
2020-03-05Merge branch 'js/ci-windows-update'Junio C Hamano1-3/+3
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin1-3/+3
2020-02-07t5703: make test work with SHA-256brian m. carlson1-3/+4
2019-11-29t5703: stop losing return codes of git commandsDenton Liu1-17/+29
2019-11-29t5703: simplify one-time-sed generation logicDenton Liu1-4/+3
2019-08-01t5703: run all non-httpd-specific tests before sourcing 'lib-httpd.sh'SZEDER Gábor1-100/+104
2019-07-02t5703: use test_commit_bulkJeff King1-2/+2
2019-05-09Merge branch 'js/misc-doc-fixes'Junio C Hamano1-8/+8
2019-04-19Turn `git serve` into a test helperJohannes Schindelin1-8/+8
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor1-2/+0
2019-01-14Merge branch 'ms/packet-err-check' into jt/fetch-v2-sidebandJunio C Hamano1-2/+2
2019-01-04Merge branch 'nd/i18n'Junio C Hamano1-2/+2
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki1-2/+2
2018-09-11t/helper: merge test-pkt-line into test-toolNguyễn Thái Ngọc Duy1-7/+7
2018-08-27tests: fix and add lint for non-portable seqÆvar Arnfjörð Bjarmason1-2/+2
2018-06-28fetch-pack: implement ref-in-wantBrandon Williams1-0/+149
2018-06-28upload-pack: test negotiation with changing repositoryBrandon Williams1-0/+68
2018-06-28upload-pack: implement ref-in-wantBrandon Williams1-0/+160