summaryrefslogtreecommitdiff
path: root/t/t5512-ls-remote.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-4/+4
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-1/+1
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-4/+4
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-0/+2
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy1-0/+2
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-09-13t5512.40 sometimes dies by SIGPIPEJunio C Hamano1-0/+1
2024-08-14Merge branch 'ps/ls-remote-out-of-repo-fix'Junio C Hamano1-0/+13
2024-08-02builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt1-0/+13
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2024-06-04ls-remote: introduce --branches and deprecate --headsJunio C Hamano1-5/+27
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-04-14t5512: test "ls-remote --heads --symref" filtering with v0 and v2Jeff King1-19/+7
2023-04-14t5512: allow any protocol version for filtered symref testJeff King1-3/+1
2023-04-14t5512: add v2 support for "ls-remote --symref" testJeff King1-8/+11
2023-04-14v0 protocol: fix sha1/sha256 confusion for capabilities^{}Jeff King1-35/+14
2023-04-14t5512: stop referring to "v1" protocolJeff King1-4/+4
2023-04-14v0 protocol: fix infinite loop when parsing multi-valued capabilitiesJeff King1-0/+52
2022-04-29push: default to single remote even when not named originTao Klerks1-3/+14
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2020-11-19t551*: adjust the references to the default branch name "main"Johannes Schindelin1-14/+14
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-03-27t5512: stop losing return codes of git commandsDenton Liu1-7/+7
2020-03-27t5512: stop losing git exit code in here-docsDenton Liu1-29/+35
2020-03-24t5512: don't use `test_must_fail test_cmp`Denton Liu1-1/+1
2020-02-14Merge branch 'jn/promote-proto2-to-default'Junio C Hamano1-5/+5
2020-01-15t5512: abstract away SHA-1-specific constantsbrian m. carlson1-8/+9
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder1-5/+5
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor1-1/+1
2019-06-21tests: replace test_tristate with "git env--helper"Ævar Arnfjörð Bjarmason1-2/+1
2019-03-07t5512: compensate for v0 only sending HEAD symrefsJonathan Tan1-5/+13
2019-01-29Merge branch 'jk/proto-v2-hidden-refs-fix'Junio C Hamano1-0/+6
2019-01-10upload-pack: support hidden refs with protocol v2Jeff King1-0/+6
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor1-1/+1
2018-11-16ref-filter: don't look for objects when outside of a repositorySZEDER Gábor1-0/+6
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano1-0/+18
2018-10-31ls-remote: pass heads/tags prefixes to transportJeff King1-0/+9
2018-10-31ls-remote: do not send ref prefixes for patternsJeff King1-0/+9
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-4/+2
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-4/+2
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine1-2/+2
2018-05-14t5512: run git fetch inside testRené Scharfe1-1/+1
2018-04-09ls-remote: create '--sort' optionHarald Nordgren1-7/+47
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy1-3/+10
2017-02-14remote: avoid reading $GIT_DIR config in non-repoJeff King1-0/+9
2016-09-26Merge branch 'va/i18n-more'Junio C Hamano1-1/+1
2016-09-19i18n: connect: mark die messages for translationVasco Almeida1-1/+1
2016-09-09connect: advertized capability is not a refJonathan Tan1-0/+40
2016-01-19ls-remote: add support for showing symrefsThomas Gummerer1-0/+45
2015-08-07refs: support negative transfer.hideRefsJeff King1-0/+23