summaryrefslogtreecommitdiff
path: root/t/t5570-git-daemon.sh
AgeCommit message (Expand)Author
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine
2021-07-19test-lib-functions: use test-tool for [de]packetize()Ævar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-25Merge branch 'jk/forbid-lf-in-git-url'Junio C Hamano
2021-01-07git_connect_git(): forbid newlines in host and pathJeff King
2020-11-19t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-09t5570: remove trailing paddingJohannes Schindelin
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano
2019-04-16packfile: fix pack basename computationJeff King
2019-03-14git-daemon: use 'test_atexit` to stop 'git-daemon'Johannes Schindelin
2018-12-28t5570: drop racy testThomas Gummerer
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-07-23connect.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-02-28t5570-git-daemon: don't check the stderr of a subshellSZEDER Gábor
2018-01-25daemon: fix length computation in newline strippingJeff King
2018-01-25daemon: handle NULs in extended attribute stringJeff King
2018-01-25daemon: fix off-by-one in logging extended attributesJeff King
2018-01-25t5570: use ls-remote instead of clone for interp testsJeff King
2016-02-22Merge branch 'ew/connect-verbose'Junio C Hamano
2016-02-15t5570: add tests for "git {clone,fetch,pull} -v"Eric Wong
2016-01-04t/t5570-git-daemon.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-02-17daemon: sanitize incoming virtual hostnameJeff King
2015-02-17t5570: test git-daemon's --interpolated-path optionJeff King
2014-02-10tests: auto-set git-daemon portJeff King
2013-10-22t5570: Update for clone-progress-to-stderr branchBrian Gernhardt
2013-10-22t5570: Update for symref capabilityBrian Gernhardt
2013-04-03t5570: do not assume the "matching" push is the defaultBrian Gernhardt
2012-04-24t5570: use explicit push refspecClemens Buchacher
2012-01-08git-daemon: add testsClemens Buchacher