Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
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-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-26Merge branch 'jk/forbid-lf-in-git-url'Junio C Hamano
2021-01-08git_connect_git(): forbid newlines in host and pathJeff King
2020-11-20t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-10t5570: 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-28Merge 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-26daemon: fix length computation in newline strippingJeff King
2018-01-26daemon: handle NULs in extended attribute stringJeff King
2018-01-26daemon: fix off-by-one in logging extended attributesJeff King
2018-01-25t5570: use ls-remote instead of clone for interp testsJeff King
2016-02-23Merge branch 'ew/connect-verbose'Junio C Hamano
2016-02-16t5570: add tests for "git {clone,fetch,pull} -v"Eric Wong
2016-01-05t/t5570-git-daemon.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-02-18daemon: sanitize incoming virtual hostnameJeff King
2015-02-18t5570: 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-25t5570: use explicit push refspecClemens Buchacher
2012-01-09git-daemon: add testsClemens Buchacher