summaryrefslogtreecommitdiff
path: root/t/t5570-git-daemon.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: fix broken &&-chains in `{...}` groupsEric Sunshine2021-12-131-1/+1
* test-lib-functions: use test-tool for [de]packetize()Ævar Arnfjörð Bjarmason2021-07-191-1/+1
* Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-8/+11
|\
| * t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-9/+9
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* | Merge branch 'jk/forbid-lf-in-git-url'Junio C Hamano2021-01-251-0/+5
|\ \ | |/ |/|
| * git_connect_git(): forbid newlines in host and pathJeff King2021-01-071-0/+5
* | t5570: remove trailing paddingJohannes Schindelin2020-11-091-6/+6
* | Merge branch 'jk/server-info-rabbit-hole'Junio C Hamano2019-04-251-0/+1
|\ \
| * | packfile: fix pack basename computationJeff King2019-04-161-0/+1
* | | git-daemon: use 'test_atexit` to stop 'git-daemon'Johannes Schindelin2019-03-141-1/+0
|/ /
* | t5570: drop racy testThomas Gummerer2018-12-281-13/+0
|/
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-1/+1
|\
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-1/+1
* | connect.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-3/+3
|/
* t5570-git-daemon: don't check the stderr of a subshellSZEDER Gábor2018-02-281-1/+1
* daemon: fix length computation in newline strippingjk/daemon-fixesJeff King2018-01-251-0/+15
* daemon: handle NULs in extended attribute stringJeff King2018-01-251-3/+5
* daemon: fix off-by-one in logging extended attributesJeff King2018-01-251-0/+11
* t5570: use ls-remote instead of clone for interp testsJeff King2018-01-251-6/+3
* Merge branch 'ew/connect-verbose'Junio C Hamano2016-02-221-2/+20
|\
| * t5570: add tests for "git {clone,fetch,pull} -v"ew/connect-verboseEric Wong2016-02-151-2/+20
* | t/t5570-git-daemon.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-041-4/+4
|/
* daemon: sanitize incoming virtual hostnamejk/daemon-interpolateJeff King2015-02-171-0/+11
* t5570: test git-daemon's --interpolated-path optionJeff King2015-02-171-0/+16
* tests: auto-set git-daemon portjk/test-portsJeff King2014-02-101-1/+0
* t5570: Update for clone-progress-to-stderr branchjc/upload-pack-send-symrefBrian Gernhardt2013-10-221-2/+1
* t5570: Update for symref capabilityBrian Gernhardt2013-10-221-1/+1
* t5570: do not assume the "matching" push is the defaultBrian Gernhardt2013-04-031-0/+1
* t5570: use explicit push refspecClemens Buchacher2012-04-241-16/+14
* git-daemon: add testsClemens Buchacher2012-01-081-0/+148