summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)AuthorFilesLines
2022-04-13Revert "fetch: increase test coverage of fetches"Libravatar Junio C Hamano1-29/+0
2022-03-17test-lib-functions: add and use a "test_hook" wrapperLibravatar Ævar Arnfjörð Bjarmason1-4/+4
2022-02-17fetch: make `--atomic` flag cover pruning of refsLibravatar Patrick Steinhardt1-6/+2
2022-02-17fetch: increase test coverage of fetchesLibravatar Patrick Steinhardt1-0/+33
2022-01-31fetch --prune: exit with error if pruning failsLibravatar Thomas Gummerer1-0/+11
2022-01-03Merge branch 'es/test-chain-lint'Libravatar Junio C Hamano1-7/+7
2021-12-13t5000-t5999: detect and signal failure within loopLibravatar Eric Sunshine1-1/+1
2021-12-13tests: fix broken &&-chains in `{...}` groupsLibravatar Eric Sunshine1-1/+1
2021-12-13tests: simplify construction of large blocks of textLibravatar Eric Sunshine1-5/+5
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededLibravatar Johannes Schindelin1-3/+0
2021-07-15fetch: die on invalid --negotiation-tip hashLibravatar Jonathan Tan1-0/+13
2021-02-25Merge branch 'ab/detox-gettext-tests'Libravatar Junio C Hamano1-3/+3
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2021-02-10test libs: rename bundle helper to "lib-bundle.sh"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-01-25Merge branch 'jx/bundle'Libravatar Junio C Hamano1-22/+4
2021-01-25Merge branch 'ps/fetch-atomic'Libravatar Junio C Hamano1-0/+168
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-0/+3
2021-01-12fetch: implement support for atomic reference updatesLibravatar Patrick Steinhardt1-0/+168
2021-01-11test: add helper functions for git-bundleLibravatar Jiang Xin1-22/+4
2020-12-16t5510: use `main` as initial branch nameLibravatar Johannes Schindelin1-83/+85
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededLibravatar Johannes Schindelin1-2/+2
2020-11-19t551*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-80/+80
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-10-23tests: prepare aligned mentions of the default branch nameLibravatar Johannes Schindelin1-4/+4
2020-09-25Merge branch 'ds/maintenance-part-1'Libravatar Junio C Hamano1-1/+1
2020-09-17maintenance: replace run_auto_gc()Libravatar Derrick Stolee1-1/+1
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headLibravatar Jonathan Tan1-8/+10
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateLibravatar Junio C Hamano1-2/+13
2020-08-13Merge branch 'ma/test-quote-cleanup'Libravatar Junio C Hamano1-2/+2
2020-08-11Merge branch 'bc/sha-256-part-3'Libravatar Junio C Hamano1-6/+10
2020-08-06t: don't spuriously close and reopen quotesLibravatar Martin Ågren1-2/+2
2020-07-30bundle: add new version for use with SHA-256Libravatar brian m. carlson1-6/+10
2020-07-28Remove doubled words in various commentsLibravatar Elijah Newren1-1/+1
2020-03-02Merge branch 'ma/test-cleanup'Libravatar Junio C Hamano1-1/+0
2020-02-24t: drop debug `cat` callsLibravatar Martin Ågren1-1/+0
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Libravatar Junio C Hamano1-4/+5
2020-01-21fetch: document and test --refmap=""Libravatar Derrick Stolee1-0/+24
2020-01-15t5510: make hash size independentLibravatar brian m. carlson1-4/+5
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Libravatar Junio C Hamano1-0/+16
2019-10-25commit-graph: fix writing first commit-graph during fetchLibravatar Derrick Stolee1-1/+1
2019-10-25t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugLibravatar Derrick Stolee1-0/+16
2019-09-30Merge branch 'ds/commit-graph-on-fetch'Libravatar Junio C Hamano1-0/+13
2019-09-03fetch: add fetch.writeCommitGraph config settingLibravatar Derrick Stolee1-0/+13
2019-08-01t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh'Libravatar SZEDER Gábor1-22/+25
2019-07-31t5510-fetch: fix negated 'test_i18ngrep' invocationLibravatar SZEDER Gábor1-1/+1
2019-06-21fetch: add --[no-]show-forced-updates argumentLibravatar Derrick Stolee1-0/+23
2019-03-14tests: use 'test_atexit' to stop httpdLibravatar SZEDER Gábor1-2/+0
2018-08-20Merge branch 'ab/fetch-tags-noclobber'Libravatar Junio C Hamano1-1/+1
2018-08-17Merge branch 'jt/refspec-dwim-precedence-fix'Libravatar Junio C Hamano1-0/+35