aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5505-remote.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-11/+11
2022-10-10Merge branch 'jk/remote-rename-without-fetch-refspec'Junio C Hamano1-0/+11
2022-09-22remote: handle rename of remote without fetch refspecJeff King1-0/+11
2022-08-19builtin/remote.c: let parse-options parse subcommandsSZEDER Gábor1-1/+1
2022-08-19t5505-remote.sh: check the behavior without a subcommandSZEDER Gábor1-0/+20
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano1-2/+4
2022-06-17remote: handle negative refspecs in git remote showJacob Keller1-0/+46
2022-06-06tests: don't depend on template-created .git/branchesÆvar Arnfjörð Bjarmason1-2/+4
2022-05-09builtin/remote.c: teach `-v` to list filters for promisor remotesAbhradeep Chakraborty1-0/+34
2022-03-03builtin/remote.c: show progress when renaming remote referencesTaylor Blau1-1/+3
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-4/+2
2021-12-13tests: apply modern idiom for exiting loop upon failureEric Sunshine1-4/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-3/+0
2021-06-14*: fix typos which duplicate a wordAndrei Rybak1-1/+1
2021-03-22Merge branch 'ab/remote-write-config-in-camel-case'Junio C Hamano1-0/+3
2021-02-24remote: write camel-cased *.pushRemote on renameÆvar Arnfjörð Bjarmason1-0/+2
2021-02-24remote: add camel-cased *.tagOpt key, like cloneÆvar Arnfjörð Bjarmason1-0/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-12/+12
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-3/+3
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2020-12-16t5505: finalize transitioning to using the branch name `main`Johannes Schindelin1-78/+78
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin1-4/+4
2020-11-19t550*: adjust the references to the default branch name "main"Johannes Schindelin1-71/+71
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-09Merge branch 'ab/git-remote-exit-code'Junio C Hamano1-8/+8
2020-11-02Merge branch 'js/default-branch-name-part-4-minus-1'Junio C Hamano1-15/+15
2020-10-27remote: add meaningful exit code on missing/existingÆvar Arnfjörð Bjarmason1-8/+8
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin1-15/+15
2020-09-30remote: add tests for add and rename with invalid namesSean Barag1-0/+13
2020-06-25tests: reference `seen` wherever `pu` was referencedJohannes Schindelin1-4/+4
2020-02-10remote rename/remove: gently handle remote.pushDefault configBert Wesarg1-2/+74
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesBert Wesarg1-1/+15
2018-11-14push: test that <src> doesn't DWYM if <dst> is unqualifiedÆvar Arnfjörð Bjarmason1-0/+27
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason1-0/+28
2018-09-14builtin/remote: quote remote name on error to display empty nameShulhan1-2/+2
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-4/+2
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-1/+1
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-4/+2
2018-07-23refs.c: mark more strings for translationNguyễn Thái Ngọc Duy1-1/+1
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine1-1/+1
2018-07-03t5505: modernize and simplify hard-to-digest testEric Sunshine1-6/+2
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano1-0/+19
2017-02-27Merge branch 'mh/ref-remove-empty-directory'Junio C Hamano1-1/+1
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall1-0/+19
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin1-1/+1
2017-01-19remote rename: demonstrate a bogus "remote exists" bugJohannes Schindelin1-0/+7
2017-01-07t5505: use "for-each-ref" to test for the non-existence of referencesMichael Haggerty1-1/+1
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida1-1/+1
2016-02-26Merge branch 'ps/config-error'Junio C Hamano1-0/+9
2016-02-26Merge branch 'tg/git-remote'Junio C Hamano1-0/+33
2016-02-22Merge branch 'js/git-remote-add-url-insteadof-test'Junio C Hamano1-0/+5
2016-02-22remote: die on config error when setting URLPatrick Steinhardt1-0/+9
2016-02-17t5505: 'remote add x y' should work when url.y.insteadOf = xJohannes Schindelin1-0/+5
2016-02-16remote: use remote_is_configured() for add and renameThomas Gummerer1-0/+15
2016-02-16remote: actually check if remote exitsThomas Gummerer1-0/+18
2015-12-28t/t5505-remote.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2015-09-17remote: add get-url subcommandBen Boeckel1-0/+37
2015-03-25t: fix some trivial cases of ignored exit codes in loopsJeff King1-4/+4
2014-12-23Add a regression test for 'git remote add <existing> <same-url>'Johannes Schindelin1-0/+5
2013-09-17connect: annotate refs with their symref information in get_remote_head()Junio C Hamano1-11/+4
2013-09-17t5505: fix "set-head --auto with ambiguous HEAD" testJunio C Hamano1-0/+1
2013-07-12Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano1-1/+1
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert1-1/+1
2013-06-23t/t5505-remote: test multiple push/pull in remotes-fileRamkumar Ramachandra1-2/+14
2013-06-23t/t5505-remote: test url-with-# in branches-fileRamkumar Ramachandra1-4/+18
2013-06-23t/t5505-remote: use test_path_is_missingRamkumar Ramachandra1-2/+2
2013-06-23t/t5505-remote: test push-refspec in branches-fileRamkumar Ramachandra1-1/+2
2013-06-23t/t5505-remote: modernize styleRamkumar Ramachandra1-373/+440
2013-05-01Merge branch 'tr/remote-tighten-commandline-parsing'Junio C Hamano1-0/+22
2013-04-24remote: 'show' and 'prune' can take more than one remoteThomas Rast1-8/+3
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast1-1/+1
2013-04-24remote: add a test for extra arguments, according to docsThomas Rast1-0/+27
2013-01-04t5505: do not assume the "matching" push is the defaultJunio C Hamano1-1/+1
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano1-2/+2
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy1-2/+2
2012-08-27Fix tests under GETTEXT_POISON on git-remoteJiang Xin1-11/+17
2011-09-11remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk1-1/+2
2011-09-11remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk1-0/+10
2011-09-11remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk1-0/+20
2011-05-26remote: allow "-t" with fetch mirrorsJeff King1-0/+22
2011-03-30remote: separate the concept of push and fetch mirrorsJeff King1-0/+78
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy1-3/+5
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano1-1/+1
2010-09-05t5505: add missing &&Jens Lehmann1-1/+1
2010-06-18Merge branch 'jn/remote-set-branches'Junio C Hamano1-0/+88
2010-05-19Add git remote set-branchesJonathan Nieder1-0/+88
2010-04-19remote add: add a --[no-]tags optionSamuel Tardieu1-0/+63
2010-04-03Merge branch 'bc/t5505-fix'Junio C Hamano1-41/+6
2010-03-24Merge branch 'jc/maint-refs-dangling'Junio C Hamano1-3/+3
2010-03-20t/t5505-remote.sh: escape * to prevent interpretation by shell as globBrandon Casey1-1/+1
2010-03-20t5505: add missing &&Brandon Casey1-1/+1
2010-03-20t5505: remove unnecessary subshell invocationsBrandon Casey1-39/+4
2010-03-15refs: ref entry with NULL sha1 is can be a dangling symrefJunio C Hamano1-3/+3
2010-01-20Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano1-0/+14
2010-01-18Add git remote set-urlIlari Liusvaara1-1/+215
2010-01-10Merge branch 'bg/maint-remote-update-default'Junio C Hamano1-0/+14
2009-12-31Fix "git remote update" with remotes.defalt setBjörn Gustavsson1-0/+14
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano1-0/+11
2009-11-10Add missing test for 'git remote update --prune'Björn Gustavsson1-0/+11
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-1/+1
2009-06-13builtin-remote: Show push urls as wellMichael J Gruber1-3/+7
2009-05-27fix segfault showing an empty remoteClemens Buchacher1-0/+10
2009-02-27builtin-remote: new show output style for push refspecsJay Soffian1-8/+22
2009-02-27builtin-remote: new show output styleJay Soffian1-17/+21
2009-02-27builtin-remote: add set-head subcommandJay Soffian1-0/+40
2009-02-27builtin-remote: teach show to display remote HEADJay Soffian1-2/+10
2009-02-27builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian1-1/+1
2009-02-10Warn use of "origin" when remotes/origin/HEAD is danglingJunio C Hamano1-0/+6
2009-02-10remote prune: warn dangling symrefsJunio C Hamano1-0/+21
2009-02-05Merge branch 'js/maint-remote-remove-mirror'Junio C Hamano1-0/+26
2009-02-04builtin-remote: make rm operation safer in mirrored repositoryJay Soffian1-0/+26
2008-11-11git-remote rename: migrate from remotes/ and branches/Miklos Vajna1-0/+33
2008-11-05Implement git remote renameMiklos Vajna1-0/+15
2008-10-22git-remote: list branches in vertical listsJohannes Sixt1-5/+9
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin1-1/+1
2008-09-01Bring local clone's origin URL in line with that of a remote cloneJohan Herland1-3/+3
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-7/+7
2008-06-10remote show: list tracked remote branches with -nOlivier Marin1-0/+2
2008-06-10remote prune: print the list of pruned branchesOlivier Marin1-0/+18
2008-06-10remote show: fix the -n optionOlivier Marin1-0/+17
2008-05-31Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce1-0/+18
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-5/+5
2008-04-24remote: create fetch config lines with '+'Jeff King1-0/+10
2008-04-18git-remote: reject adding remotes with invalid namesJonas Fonseca1-0/+6
2008-03-23builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt1-0/+6
2008-03-19remote show: do not show symbolic refsJohannes Schindelin1-0/+10
2008-03-13add test_cmp function for test scriptsJeff King1-3/+3
2008-03-08builtin remote rm: remove symbolic refs, tooJohannes Schindelin1-0/+1
2008-03-05remote: fix "update [group...]"Johannes Schindelin1-0/+92
2008-03-01builtin-remote: prune remotes correctly that were added with --mirrorJohannes Schindelin1-0/+16
2008-03-01Make git-remote a builtinJohannes Schindelin1-2/+2
2008-03-01Test "git remote show" and "git remote prune"Johannes Schindelin1-0/+34
2008-02-27Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow1-3/+0
2007-09-23git-remote rm: add tests and minor fix-upsJunio C Hamano1-0/+100