index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t1416-ref-transaction-hooks.sh
Age
Commit message (
Expand
)
Author
2026-03-16
refs: add 'preparing' phase to the reference-transaction hook
Eric Ju
2025-05-19
receive-pack: use batched reference updates
Karthik Nayak
2024-12-04
Merge branch 'ps/leakfixes-part-10'
Junio C Hamano
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-11-15
refs: don't invoke reference-transaction hook for reflogs
Karthik Nayak
2024-06-07
update-ref: add support for 'symref-update' command
Karthik Nayak
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
2024-06-07
update-ref: add support for 'symref-verify' command
Karthik Nayak
2024-05-07
refs: use transaction in `refs_create_symref()`
Karthik Nayak
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
2023-02-06
push: free_refs() the "local_refs" in set_refspecs()
Ævar Arnfjörð Bjarmason
2022-04-13
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
2022-03-17
tests: assume the hooks are disabled by default
Ævar Arnfjörð Bjarmason
2022-03-17
test-lib-functions: add and use a "test_hook" wrapper
Ævar Arnfjörð Bjarmason
2022-01-17
refs: skip hooks when deleting uncovered packed refs
Patrick Steinhardt
2022-01-17
refs: do not execute reference-transaction hook on packing refs
Patrick Steinhardt
2022-01-17
refs: demonstrate excessive execution of the reference-transaction hook
Patrick Steinhardt
2020-11-19
t[01]*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-19
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-08-11
t1416: avoid hard-coded sha1 ids
Jeff King
2020-08-07
refs: fix interleaving hook calls with reference-transaction hook
Patrick Steinhardt
2020-06-19
refs: implement reference transaction hook
Patrick Steinhardt