summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)Author
2022-06-21t5510: replace 'origin' with URL more carefullyDerrick Stolee
2022-04-13Revert "fetch: increase test coverage of fetches"Junio C Hamano
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason
2022-02-17fetch: make `--atomic` flag cover pruning of refsPatrick Steinhardt
2022-02-17fetch: increase test coverage of fetchesPatrick Steinhardt
2022-01-31fetch --prune: exit with error if pruning failsThomas Gummerer
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine
2021-12-13tests: simplify construction of large blocks of textEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-07-15fetch: die on invalid --negotiation-tip hashJonathan Tan
2021-02-26Merge branch 'ab/detox-gettext-tests'Junio C Hamano
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-02-10test libs: rename bundle helper to "lib-bundle.sh"Ævar Arnfjörð Bjarmason
2021-01-25Merge branch 'jx/bundle'Junio C Hamano
2021-01-25Merge branch 'ps/fetch-atomic'Junio C Hamano
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-12fetch: implement support for atomic reference updatesPatrick Steinhardt
2021-01-12test: add helper functions for git-bundleJiang Xin
2020-12-17t5510: use `main` as initial branch nameJohannes Schindelin
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-19t551*: 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-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano
2020-08-13Merge branch 'ma/test-quote-cleanup'Junio C Hamano
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren
2020-07-30bundle: add new version for use with SHA-256brian m. carlson
2020-07-28Remove doubled words in various commentsElijah Newren
2020-03-02Merge branch 'ma/test-cleanup'Junio C Hamano
2020-02-24t: drop debug `cat` callsMartin Ågren
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Junio C Hamano
2020-01-21fetch: document and test --refmap=""Derrick Stolee
2020-01-15t5510: make hash size independentbrian m. carlson
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee
2019-10-25t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugDerrick Stolee
2019-09-30Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee
2019-08-01t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh'SZEDER Gábor
2019-07-31t5510-fetch: fix negated 'test_i18ngrep' invocationSZEDER Gábor
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2018-08-20Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano