summaryrefslogtreecommitdiff
path: root/t/t5512-ls-remote.sh
Commit message (Expand)AuthorAgeFilesLines
* t5512: test "ls-remote --heads --symref" filtering with v0 and v2Jeff King2023-04-141-19/+7
* t5512: allow any protocol version for filtered symref testJeff King2023-04-141-3/+1
* t5512: add v2 support for "ls-remote --symref" testJeff King2023-04-141-8/+11
* v0 protocol: fix sha1/sha256 confusion for capabilities^{}Jeff King2023-04-141-36/+15
* t5512: stop referring to "v1" protocolJeff King2023-04-141-4/+4
* v0 protocol: fix infinite loop when parsing multi-valued capabilitiesJeff King2023-04-141-0/+52
* push: default to single remote even when not named originTao Klerks2022-04-291-3/+14
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* t551*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-14/+14
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t5512: stop losing return codes of git commandsDenton Liu2020-03-271-7/+7
* t5512: stop losing git exit code in here-docsDenton Liu2020-03-271-29/+35
* t5512: don't use `test_must_fail test_cmp`Denton Liu2020-03-241-1/+1
* Merge branch 'jn/promote-proto2-to-default'Junio C Hamano2020-02-141-5/+5
|\
| * test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder2020-01-151-5/+5
* | t5512: abstract away SHA-1-specific constantsbrian m. carlson2020-01-151-8/+9
|/
* tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor2019-11-231-1/+1
* tests: replace test_tristate with "git env--helper"Ævar Arnfjörð Bjarmason2019-06-211-2/+1
* t5512: compensate for v0 only sending HEAD symrefsJonathan Tan2019-03-071-5/+13
* Merge branch 'jk/proto-v2-hidden-refs-fix'Junio C Hamano2019-01-291-0/+6
|\
| * upload-pack: support hidden refs with protocol v2Jeff King2019-01-101-0/+6
* | test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor2019-01-071-1/+1
* | ref-filter: don't look for objects when outside of a repositorySZEDER Gábor2018-11-161-0/+6
* | Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano2018-11-131-0/+18
|\ \ | |/ |/|
| * ls-remote: pass heads/tags prefixes to transportJeff King2018-10-311-0/+9
| * ls-remote: do not send ref prefixes for patternsJeff King2018-10-311-0/+9
* | Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-4/+2
|\ \
| * | tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-4/+2
| |/
* | t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-2/+2
|/
* t5512: run git fetch inside testRené Scharfe2018-05-141-1/+1
* ls-remote: create '--sort' optionHarald Nordgren2018-04-091-7/+47
* wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-3/+10
* remote: avoid reading $GIT_DIR config in non-repoJeff King2017-02-141-0/+9
* Merge branch 'va/i18n-more'Junio C Hamano2016-09-261-1/+1
|\
| * i18n: connect: mark die messages for translationVasco Almeida2016-09-191-1/+1
* | connect: advertized capability is not a refjt/accept-capability-advertisement-when-fetching-from-voidJonathan Tan2016-09-091-0/+40
|/
* ls-remote: add support for showing symrefstg/ls-remote-symrefThomas Gummerer2016-01-191-0/+45
* refs: support negative transfer.hideRefsjk/negative-hiderefsJeff King2015-08-071-0/+23
* t: wrap complicated expect_code users in a blockJeff King2015-03-201-2/+4
* upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-071-0/+12
* Merge branch 'hv/remote-end-hung-up'Junio C Hamano2012-07-041-9/+7
|\
| * remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-191-9/+7
* | t5512 (ls-remote): modernize styleTom Grennan2012-03-021-23/+4
|/
* ls-remote: the --exit-code option reports "no matching refs"Michael Schubert2011-05-181-0/+24
* ls-remote: print URL when no repo is specifiedTay Ray Chuan2010-05-111-4/+20
* ls-remote: fall-back to default remotes when no remote specifiedTay Ray Chuan2010-04-081-0/+58
* Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-1/+1
* add test_cmp function for test scriptsJeff King2008-03-131-4/+4
* Reteach builtin-ls-remote to understand remotesShawn O. Pearce2007-11-061-0/+52