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
2023-04-15t5512: test "ls-remote --heads --symref" filtering with v0 and v2Jeff King
2023-04-15t5512: allow any protocol version for filtered symref testJeff King
2023-04-15t5512: add v2 support for "ls-remote --symref" testJeff King
2023-04-15v0 protocol: fix sha1/sha256 confusion for capabilities^{}Jeff King
2023-04-15t5512: stop referring to "v1" protocolJeff King
2023-04-15v0 protocol: fix infinite loop when parsing multi-valued capabilitiesJeff King
2022-04-29push: default to single remote even when not named originTao Klerks
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-20t551*: 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-03-27t5512: stop losing return codes of git commandsDenton Liu
2020-03-27t5512: stop losing git exit code in here-docsDenton Liu
2020-03-25t5512: don't use `test_must_fail test_cmp`Denton Liu
2020-02-14Merge branch 'jn/promote-proto2-to-default'Junio C Hamano
2020-01-16t5512: abstract away SHA-1-specific constantsbrian m. carlson
2020-01-16test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor
2019-06-21tests: replace test_tristate with "git env--helper"Ævar Arnfjörð Bjarmason
2019-03-07t5512: compensate for v0 only sending HEAD symrefsJonathan Tan
2019-01-29Merge branch 'jk/proto-v2-hidden-refs-fix'Junio C Hamano
2019-01-10upload-pack: support hidden refs with protocol v2Jeff King
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor
2018-11-16ref-filter: don't look for objects when outside of a repositorySZEDER Gábor
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano
2018-10-31ls-remote: pass heads/tags prefixes to transportJeff King
2018-10-31ls-remote: do not send ref prefixes for patternsJeff King
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-07-17t5000-t5999: fix broken &&-chainsEric Sunshine
2018-05-14t5512: run git fetch inside testRené Scharfe
2018-04-09ls-remote: create '--sort' optionHarald Nordgren
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-02-15remote: avoid reading $GIT_DIR config in non-repoJeff King
2016-09-27Merge branch 'va/i18n-more'Junio C Hamano
2016-09-19i18n: connect: mark die messages for translationVasco Almeida
2016-09-09connect: advertized capability is not a refJonathan Tan
2016-01-19ls-remote: add support for showing symrefsThomas Gummerer
2015-08-07refs: support negative transfer.hideRefsJeff King
2015-03-20t: wrap complicated expect_code users in a blockJeff King
2013-02-08upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano
2012-07-05Merge branch 'hv/remote-end-hung-up'Junio C Hamano
2012-06-20remove the impression of unexpectedness when access is deniedHeiko Voigt
2012-03-03t5512 (ls-remote): modernize styleTom Grennan
2011-05-19ls-remote: the --exit-code option reports "no matching refs"Michael Schubert
2010-05-12ls-remote: print URL when no repo is specifiedTay Ray Chuan
2010-04-09ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan
2008-05-06Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-03-13add test_cmp function for test scriptsJeff King
2007-11-07Reteach builtin-ls-remote to understand remotesShawn O. Pearce