summaryrefslogtreecommitdiff
path: root/t/t5570-git-daemon.sh
AgeCommit message (Expand)Author
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