summaryrefslogtreecommitdiffstats
path: root/t/t1416-ref-transaction-hooks.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/leakfixes-part-10'Junio C Hamano2024-12-041-1/+0
|\
| * t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* | refs: don't invoke reference-transaction hook for reflogsKarthik Nayak2024-11-151-2/+0
|/
* update-ref: add support for 'symref-update' commandKarthik Nayak2024-06-071-0/+4
* update-ref: add support for 'symref-create' commandKarthik Nayak2024-06-071-0/+3
* update-ref: add support for 'symref-delete' commandKarthik Nayak2024-06-071-1/+18
* update-ref: add support for 'symref-verify' commandKarthik Nayak2024-06-071-0/+30
* refs: use transaction in `refs_create_symref()`Karthik Nayak2024-05-071-0/+23
* tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-1/+1
* push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason2023-02-071-0/+1
* Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano2022-04-141-50/+0
* tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason2022-03-171-1/+0
* test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason2022-03-171-14/+12
* refs: skip hooks when deleting uncovered packed refsPatrick Steinhardt2022-01-171-6/+1
* refs: do not execute reference-transaction hook on packing refsPatrick Steinhardt2022-01-171-10/+1
* refs: demonstrate excessive execution of the reference-transaction hookPatrick Steinhardt2022-01-171-0/+64
* t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-6/+6
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* t1416: avoid hard-coded sha1 idsJeff King2020-08-111-2/+3
* refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt2020-08-071-0/+26
* refs: implement reference transaction hookPatrick Steinhardt2020-06-191-0/+109