summary refs log tree commit diff
path: root/t/t1416-ref-transaction-hooks.sh
AgeCommit message (Expand)AuthorFilesLines
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