summaryrefslogtreecommitdiff
path: root/t/t5512-ls-remote.sh
AgeCommit message (Expand)AuthorFilesLines
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2020-11-19t551*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-14/+14
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-03-27t5512: stop losing return codes of git commandsLibravatar Denton Liu1-7/+7
2020-03-27t5512: stop losing git exit code in here-docsLibravatar Denton Liu1-29/+35
2020-03-24t5512: don't use `test_must_fail test_cmp`Libravatar Denton Liu1-1/+1
2020-02-14Merge branch 'jn/promote-proto2-to-default'Libravatar Junio C Hamano1-5/+5
2020-01-15t5512: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-8/+9
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateLibravatar Jonathan Nieder1-5/+5
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesLibravatar SZEDER Gábor1-1/+1
2019-06-21tests: replace test_tristate with "git env--helper"Libravatar Ævar Arnfjörð Bjarmason1-2/+1
2019-03-07t5512: compensate for v0 only sending HEAD symrefsLibravatar Jonathan Tan1-5/+13
2019-01-29Merge branch 'jk/proto-v2-hidden-refs-fix'Libravatar Junio C Hamano1-0/+6
2019-01-10upload-pack: support hidden refs with protocol v2Libravatar Jeff King1-0/+6
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionLibravatar SZEDER Gábor1-1/+1
2018-11-16ref-filter: don't look for objects when outside of a repositoryLibravatar SZEDER Gábor1-0/+6
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Libravatar Junio C Hamano1-0/+18
2018-10-31ls-remote: pass heads/tags prefixes to transportLibravatar Jeff King1-0/+9
2018-10-31ls-remote: do not send ref prefixes for patternsLibravatar Jeff King1-0/+9
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Libravatar Junio C Hamano1-4/+2
2018-07-30tests: make use of the test_must_be_empty functionLibravatar Ævar Arnfjörð Bjarmason1-4/+2
2018-07-16t5000-t5999: fix broken &&-chainsLibravatar Eric Sunshine1-2/+2
2018-05-14t5512: run git fetch inside testLibravatar René Scharfe1-1/+1
2018-04-09ls-remote: create '--sort' optionLibravatar Harald Nordgren1-7/+47
2017-05-26wrapper.c: add and use fopen_or_warn()Libravatar Nguyễn Thái Ngọc Duy1-3/+10
2017-02-14remote: avoid reading $GIT_DIR config in non-repoLibravatar Jeff King1-0/+9
2016-09-26Merge branch 'va/i18n-more'Libravatar Junio C Hamano1-1/+1
2016-09-19i18n: connect: mark die messages for translationLibravatar Vasco Almeida1-1/+1
2016-09-09connect: advertized capability is not a refLibravatar Jonathan Tan1-0/+40
2016-01-19ls-remote: add support for showing symrefsLibravatar Thomas Gummerer1-0/+45
2015-08-07refs: support negative transfer.hideRefsLibravatar Jeff King1-0/+23
2015-03-20t: wrap complicated expect_code users in a blockLibravatar Jeff King1-2/+4
2013-02-07upload/receive-pack: allow hiding ref hierarchiesLibravatar Junio C Hamano1-0/+12
2012-07-04Merge branch 'hv/remote-end-hung-up'Libravatar Junio C Hamano1-9/+7
2012-06-19remove the impression of unexpectedness when access is deniedLibravatar Heiko Voigt1-9/+7
2012-03-02t5512 (ls-remote): modernize styleLibravatar Tom Grennan1-23/+4
2011-05-18ls-remote: the --exit-code option reports "no matching refs"Libravatar Michael Schubert1-0/+24
2010-05-11ls-remote: print URL when no repo is specifiedLibravatar Tay Ray Chuan1-4/+20
2010-04-08ls-remote: fall-back to default remotes when no remote specifiedLibravatar Tay Ray Chuan1-0/+58
2008-05-05Fix tests breaking when checkout path contains shell metacharactersLibravatar Bryan Donlan1-1/+1
2008-03-13add test_cmp function for test scriptsLibravatar Jeff King1-4/+4
2007-11-06Reteach builtin-ls-remote to understand remotesLibravatar Shawn O. Pearce1-0/+52