summaryrefslogtreecommitdiff
path: root/t/t1400-update-ref.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-85/+88
2026-07-06Merge branch 'ps/refs-onbranch-fixes'Junio C Hamano1-0/+12
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-85/+88
2026-06-26refs/reftable: lazy-load configuration to fix chicken-and-eggPatrick Steinhardt1-0/+12
2026-06-17Merge branch 'jc/t1400-fifo-cleanup'Junio C Hamano1-0/+1
2026-06-11t1400: have fifo test clean after itselfJunio C Hamano1-0/+1
2026-05-05refs: move object parsing to the generic layerKarthik Nayak1-0/+14
2026-02-27Merge branch 'ap/use-test-seq-f-more'Junio C Hamano1-4/+4
2026-02-19t: use test_seq -f and pipes in a few more placesAaron Plattner1-4/+4
2026-01-25update-ref: utilize rejected error details if availableKarthik Nayak1-29/+42
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano1-0/+53
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak1-0/+53
2025-08-29Merge branch 'jk/no-clobber-dangling-symref-with-fetch'Junio C Hamano1-0/+21
2025-08-19refs: do not clobber dangling symrefsJeff King1-0/+21
2025-07-16Merge branch 'ps/refs-files-remove-empty-parent'Junio C Hamano1-0/+19
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano1-0/+45
2025-07-08refs/files: remove empty parent dirs when ref creation failsPatrick Steinhardt1-0/+19
2025-06-25refs/files: skip updates with errors in batched updatesKarthik Nayak1-0/+45
2025-06-24test-lib: teach test_seq the -f optionJeff King1-8/+2
2025-04-08update-ref: add --batch-updates flag for stdin modeKarthik Nayak1-0/+233
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak1-0/+9
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-17t: fix typosAndrew Kreimer1-2/+2
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-2/+428
2024-06-07update-ref: add support for 'symref-update' commandKarthik Nayak1-0/+203
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak1-0/+65
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak1-0/+68
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak1-2/+92
2024-05-27strbuf: fix leak when `appendwholeline()` fails with EOFPatrick Steinhardt1-0/+2
2024-04-02update-ref: use {old,new}-oid instead of {old,new}valueKarthik Nayak1-17/+17
2024-02-26Merge branch 'ps/ref-tests-update-even-more'Junio C Hamano1-43/+7
2024-02-15t1400: exercise reflog with gaps with reftable backendPatrick Steinhardt1-7/+7
2024-02-15t: move tests exercising the "files" backendPatrick Steinhardt1-36/+0
2024-02-07t1400: use show-ref to check pseudorefsPhillip Wood1-9/+9
2023-12-20Merge branch 'ps/ref-tests-update-more'Junio C Hamano1-6/+35
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano1-23/+27
2023-12-03t1400: split up generic reflog tests from the reffile-specific onesPatrick Steinhardt1-6/+35
2023-11-03t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt1-4/+4
2023-11-03t: convert tests to not access reflog via the filesystemPatrick Steinhardt1-6/+11
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt1-4/+4
2023-11-03t: convert tests to not write references via the filesystemPatrick Steinhardt1-9/+8
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-11/+11
2023-03-20t1400: assert output of update-refAndrei Rybak1-0/+3
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-2/+2
2021-12-15Merge branch 'js/test-initial-branch-override-cleanup'Junio C Hamano1-3/+0
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-2/+2
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-3/+0
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys1-5/+8
2021-09-15t1400: avoid SIGPIPE race condition on fifoJeff King1-3/+5
2021-09-03update-ref: fix streaming of status updatesPatrick Steinhardt1-0/+32