summaryrefslogtreecommitdiff
path: root/t/t5505-remote.sh
AgeCommit message (Expand)AuthorFilesLines
2026-08-03Merge branch 'hn/url-push-tracking'Junio C Hamano1-0/+144
2026-07-30Merge branch 'jt/config-lock-timeout'Junio C Hamano1-1/+2
2026-07-22remote: find tracking branches for URL push destinationsHarald Nordgren1-0/+144
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-10/+10
2026-05-18config: retry acquiring config.lock, configurable via core.configLockTimeoutJörg Thalheim1-1/+2
2025-08-06builtin/remote: rework how remote refs get renamedPatrick Steinhardt1-0/+73
2025-07-08remote: detect collisions in remote namesJeff King1-0/+14
2025-04-17Merge branch 'jk/fetch-follow-remote-head-fix'Junio C Hamano1-1/+1
2025-03-18fetch: only respect followRemoteHEAD with configured refspecsJeff King1-1/+1
2025-03-12t: introduce WITH_BREAKING_CHANGES prerequisiteJunio C Hamano1-3/+3
2025-02-14Merge branch 'bf/fetch-set-head-fix'Junio C Hamano1-0/+10
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-3/+3
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy1-0/+10
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt1-3/+3
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano1-0/+11
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-6/+101
2024-12-06remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy1-0/+11
2024-11-25fetch set_head: handle mirrored bare repositoriesBence Ferdinandy1-0/+10
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy1-6/+15
2024-11-25remote set-head: better output for --autoBence Ferdinandy1-1/+62
2024-11-25t/t5505-remote: test failure of set-headBence Ferdinandy1-0/+12
2024-11-25t/t5505-remote: set default branch to mainBence Ferdinandy1-0/+3
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-22remote: fix leaks when matching refspecsPatrick Steinhardt1-0/+1
2024-06-14remote: allow resetting url listJeff King1-0/+36
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