summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
AgeCommit message (Expand)Author
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13tests: apply modern idiom for exiting loop upon failureEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-06-14*: fix typos which duplicate a wordAndrei Rybak
2021-03-22Merge branch 'ab/remote-write-config-in-camel-case'Junio C Hamano
2021-02-25remote: write camel-cased *.pushRemote on renameÆvar Arnfjörð Bjarmason
2021-02-25remote: add camel-cased *.tagOpt key, like cloneÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-17t5505: finalize transitioning to using the branch name `main`Johannes Schindelin
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-19t550*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-09Merge branch 'ab/git-remote-exit-code'Junio C Hamano
2020-11-02Merge branch 'js/default-branch-name-part-4-minus-1'Junio C Hamano
2020-10-27remote: add meaningful exit code on missing/existingÆvar Arnfjörð Bjarmason
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin
2020-10-01remote: add tests for add and rename with invalid namesSean Barag
2020-06-25tests: reference `seen` wherever `pu` was referencedJohannes Schindelin
2020-02-10remote rename/remove: gently handle remote.pushDefault configBert Wesarg
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesBert Wesarg
2018-11-14push: test that <src> doesn't DWYM if <dst> is unqualifiedÆvar Arnfjörð Bjarmason
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason
2018-09-14builtin/remote: quote remote name on error to display empty nameShulhan
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-07-23refs.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-07-03t5505: modernize and simplify hard-to-digest testEric Sunshine
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2017-01-19remote rename: demonstrate a bogus "remote exists" bugJohannes Schindelin
2017-01-08t5505: use "for-each-ref" to test for the non-existence of referencesMichael Haggerty
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-02-26Merge branch 'ps/config-error'Junio C Hamano
2016-02-26Merge branch 'tg/git-remote'Junio C Hamano
2016-02-22Merge branch 'js/git-remote-add-url-insteadof-test'Junio C Hamano
2016-02-22remote: die on config error when setting URLPatrick Steinhardt
2016-02-17t5505: 'remote add x y' should work when url.y.insteadOf = xJohannes Schindelin
2016-02-16remote: use remote_is_configured() for add and renameThomas Gummerer
2016-02-16remote: actually check if remote exitsThomas Gummerer
2015-12-28t/t5505-remote.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-09-17remote: add get-url subcommandBen Boeckel
2015-03-25t: fix some trivial cases of ignored exit codes in loopsJeff King
2014-12-23Add a regression test for 'git remote add <existing> <same-url>'Johannes Schindelin
2013-09-18connect: annotate refs with their symref information in get_remote_head()Junio C Hamano