aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1416-ref-transaction-hooks.sh
AgeCommit message (Expand)AuthorFilesLines
2025-05-19receive-pack: use batched reference updatesKarthik Nayak1-2/+0
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-1/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-15refs: don't invoke reference-transaction hook for reflogsKarthik Nayak1-2/+0
2024-06-07update-ref: add support for 'symref-update' commandKarthik Nayak1-0/+4
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak1-0/+3
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak1-1/+18
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak1-0/+30
2024-05-07refs: use transaction in `refs_create_symref()`Karthik Nayak1-0/+23
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-02-06push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason1-0/+1
2022-04-13Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano1-50/+0
2022-03-17tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason1-1/+0
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason1-14/+12
2022-01-17refs: skip hooks when deleting uncovered packed refsPatrick Steinhardt1-6/+1
2022-01-17refs: do not execute reference-transaction hook on packing refsPatrick Steinhardt1-10/+1
2022-01-17refs: demonstrate excessive execution of the reference-transaction hookPatrick Steinhardt1-0/+64
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-6/+6
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-08-11t1416: avoid hard-coded sha1 idsJeff King1-2/+3
2020-08-07refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt1-0/+26
2020-06-19refs: implement reference transaction hookPatrick Steinhardt1-0/+109