summaryrefslogtreecommitdiff
path: root/t/t5570-git-daemon.sh
AgeCommit message (Expand)AuthorFilesLines
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-8/+11
2021-01-25Merge branch 'jk/forbid-lf-in-git-url'Libravatar Junio C Hamano1-0/+5
2021-01-07git_connect_git(): forbid newlines in host and pathLibravatar Jeff King1-0/+5
2020-11-19t55[4-9]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-9/+9
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-11-09t5570: remove trailing paddingLibravatar Johannes Schindelin1-6/+6
2019-04-25Merge branch 'jk/server-info-rabbit-hole'Libravatar Junio C Hamano1-0/+1
2019-04-16packfile: fix pack basename computationLibravatar Jeff King1-0/+1
2019-03-14git-daemon: use 'test_atexit` to stop 'git-daemon'Libravatar Johannes Schindelin1-1/+0
2018-12-28t5570: drop racy testLibravatar Thomas Gummerer1-13/+0
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-1/+1
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'Libravatar SZEDER Gábor1-1/+1
2018-07-23connect.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-02-28t5570-git-daemon: don't check the stderr of a subshellLibravatar SZEDER Gábor1-1/+1
2018-01-25daemon: fix length computation in newline strippingLibravatar Jeff King1-0/+15
2018-01-25daemon: handle NULs in extended attribute stringLibravatar Jeff King1-3/+5
2018-01-25daemon: fix off-by-one in logging extended attributesLibravatar Jeff King1-0/+11
2018-01-25t5570: use ls-remote instead of clone for interp testsLibravatar Jeff King1-6/+3
2016-02-22Merge branch 'ew/connect-verbose'Libravatar Junio C Hamano1-2/+20
2016-02-15t5570: add tests for "git {clone,fetch,pull} -v"Libravatar Eric Wong1-2/+20
2016-01-04t/t5570-git-daemon.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
2015-02-17daemon: sanitize incoming virtual hostnameLibravatar Jeff King1-0/+11
2015-02-17t5570: test git-daemon's --interpolated-path optionLibravatar Jeff King1-0/+16
2014-02-10tests: auto-set git-daemon portLibravatar Jeff King1-1/+0
2013-10-22t5570: Update for clone-progress-to-stderr branchLibravatar Brian Gernhardt1-2/+1
2013-10-22t5570: Update for symref capabilityLibravatar Brian Gernhardt1-1/+1
2013-04-03t5570: do not assume the "matching" push is the defaultLibravatar Brian Gernhardt1-0/+1
2012-04-24t5570: use explicit push refspecLibravatar Clemens Buchacher1-16/+14
2012-01-08git-daemon: add testsLibravatar Clemens Buchacher1-0/+148