| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-19 | receive-pack: use batched reference updates | Karthik Nayak | 1 | -2/+0 |
| 2024-12-04 | Merge branch 'ps/leakfixes-part-10' | Junio C Hamano | 1 | -1/+0 |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2024-11-15 | refs: don't invoke reference-transaction hook for reflogs | Karthik Nayak | 1 | -2/+0 |
| 2024-06-07 | update-ref: add support for 'symref-update' command | Karthik Nayak | 1 | -0/+4 |
| 2024-06-07 | update-ref: add support for 'symref-create' command | Karthik Nayak | 1 | -0/+3 |
| 2024-06-07 | update-ref: add support for 'symref-delete' command | Karthik Nayak | 1 | -1/+18 |
| 2024-06-07 | update-ref: add support for 'symref-verify' command | Karthik Nayak | 1 | -0/+30 |
| 2024-05-07 | refs: use transaction in `refs_create_symref()` | Karthik Nayak | 1 | -0/+23 |
| 2023-11-02 | tests: teach callers of test_i18ngrep to use test_grep | Junio C Hamano | 1 | -1/+1 |
| 2023-02-06 | push: free_refs() the "local_refs" in set_refspecs() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" | Junio C Hamano | 1 | -50/+0 |
| 2022-03-17 | tests: assume the hooks are disabled by default | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
| 2022-03-17 | test-lib-functions: add and use a "test_hook" wrapper | Ævar Arnfjörð Bjarmason | 1 | -14/+12 |
| 2022-01-17 | refs: skip hooks when deleting uncovered packed refs | Patrick Steinhardt | 1 | -6/+1 |
| 2022-01-17 | refs: do not execute reference-transaction hook on packing refs | Patrick Steinhardt | 1 | -10/+1 |
| 2022-01-17 | refs: demonstrate excessive execution of the reference-transaction hook | Patrick Steinhardt | 1 | -0/+64 |
| 2020-11-19 | t[01]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -6/+6 |
| 2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
| 2020-08-11 | t1416: avoid hard-coded sha1 ids | Jeff King | 1 | -2/+3 |
| 2020-08-07 | refs: fix interleaving hook calls with reference-transaction hook | Patrick Steinhardt | 1 | -0/+26 |
| 2020-06-19 | refs: implement reference transaction hook | Patrick Steinhardt | 1 | -0/+109 |