summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-5/+5
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-5/+5
2026-06-19fetch: add configuration variable fetch.followRemoteHEADMatt Hunter1-0/+105
2026-06-19t5510: cleanup remote in followRemoteHEAD dangling ref testMatt Hunter1-0/+1
2026-05-27Merge branch 'ds/fetch-negotiation-options'Junio C Hamano1-0/+191
2026-05-20remote: add remote.*.negotiationInclude configDerrick Stolee1-0/+49
2026-05-20fetch: add --negotiation-include option for negotiationDerrick Stolee1-0/+91
2026-05-20remote: add remote.*.negotiationRestrict configDerrick Stolee1-0/+26
2026-05-20fetch: add --negotiation-restrict optionDerrick Stolee1-0/+25
2026-03-16refs: add 'preparing' phase to the reference-transaction hookEric Ju1-1/+6
2026-02-24t5510: explicitly use "gc" strategyPatrick Steinhardt1-0/+1
2026-01-25fetch: utilize rejected ref error detailsKarthik Nayak1-4/+4
2025-12-10fetch: fix failed batched updates skipping operationsKarthik Nayak1-0/+88
2025-12-10fetch: fix non-conflicting tags not being committedKarthik Nayak1-0/+62
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano1-1/+113
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak1-0/+46
2025-09-17refs/files: handle F/D conflicts in case-insensitive FSKarthik Nayak1-0/+20
2025-09-17refs/files: use correct error type when lock existsKarthik Nayak1-0/+26
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak1-1/+21
2025-08-19refs: do not clobber dangling symrefsJeff King1-0/+9
2025-08-19t5510: prefer "git -C" to subshell for followRemoteHEAD testsJeff King1-119/+83
2025-08-19t5510: stop changing top-level working directoryJeff King1-193/+159
2025-08-19t5510: make confusing config cleanup more explicitJeff King1-9/+9
2025-04-17Merge branch 'jk/fetch-follow-remote-head-fix'Junio C Hamano1-1/+18
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano1-0/+6
2025-04-16Merge branch 'jt/ref-transaction-abort-fix'Junio C Hamano1-0/+13
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-0/+6
2025-03-21builtin/fetch: avoid aborting closed reference transactionJustin Tobler1-0/+13
2025-03-18fetch: don't ask for remote HEAD if followRemoteHEAD is "never"Jeff King1-1/+4
2025-03-18fetch: only respect followRemoteHEAD with configured refspecsJeff King1-0/+14
2025-02-14Merge branch 'bf/fetch-set-head-fix'Junio C Hamano1-0/+17
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano1-1/+6
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-8/+5
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee1-1/+6
2025-01-27fetch set_head: fix non-mirror remotes in bare repositoriesBence Ferdinandy1-0/+17
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt1-8/+5
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano1-0/+138
2024-12-19Merge branch 'jc/set-head-symref-fix'Junio C Hamano1-0/+17
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-0/+24
2024-12-07fetch: do not ask for HEAD unnecessarilyJunio C Hamano1-0/+17
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy1-0/+38
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy1-2/+0
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy1-0/+102
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy1-0/+24
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-22transport: fix leaking negotiation tipsPatrick Steinhardt1-0/+1
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano1-3/+3
2024-05-23Merge branch 'it/refs-name-conflict'Junio C Hamano1-0/+16
2024-05-15refs: refuse to write pseudorefsPatrick Steinhardt1-3/+3
2024-05-06refs: return conflict error when checking packed refsIvan Tse1-0/+16