aboutsummaryrefslogtreecommitdiff
path: root/t/t1416-ref-transaction-hooks.sh
AgeCommit message (Expand)Author
2026-03-16refs: add 'preparing' phase to the reference-transaction hookEric Ju
2025-05-19receive-pack: use batched reference updatesKarthik Nayak
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-11-15refs: don't invoke reference-transaction hook for reflogsKarthik Nayak
2024-06-07update-ref: add support for 'symref-update' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak
2024-05-07refs: use transaction in `refs_create_symref()`Karthik Nayak
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-02-06push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason
2022-04-13Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano
2022-03-17tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason
2022-01-17refs: skip hooks when deleting uncovered packed refsPatrick Steinhardt
2022-01-17refs: do not execute reference-transaction hook on packing refsPatrick Steinhardt
2022-01-17refs: demonstrate excessive execution of the reference-transaction hookPatrick Steinhardt
2020-11-19t[01]*: 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-08-11t1416: avoid hard-coded sha1 idsJeff King
2020-08-07refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt
2020-06-19refs: implement reference transaction hookPatrick Steinhardt