run-command: remove old run_hook_{le,ve}() hook API
Emily Shaffer committed over 4 years ago
receive-pack: convert push-to-checkout hook to hook.h
Emily Shaffer committed over 4 years ago
read-cache: convert post-index-change to use hook.h
Emily Shaffer committed over 4 years ago
commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
Emily Shaffer committed over 4 years ago
git-p4: use 'git hook' to run hooks
Emily Shaffer committed over 4 years ago
send-email: use 'git hook run' for 'sendemail-validate'
Emily Shaffer committed over 4 years ago
git hook run: add an --ignore-missing flag
Ævar Arnfjörð Bjarmason committed over 4 years ago
hooks: convert worktree 'post-checkout' hook to hook library
Emily Shaffer committed over 4 years ago
hooks: convert non-worktree 'post-checkout' hook to hook library
Emily Shaffer committed over 4 years ago
merge: convert post-merge to use hook.h
Emily Shaffer committed over 4 years ago
am: convert applypatch-msg to use hook.h
Emily Shaffer committed over 4 years ago
rebase: convert pre-rebase to use hook.h
Emily Shaffer committed over 4 years ago
hook API: add a run_hooks_l() wrapper
Ævar Arnfjörð Bjarmason committed over 4 years ago
am: convert {pre,post}-applypatch to use hook.h
Emily Shaffer committed over 4 years ago
gc: use hook library for pre-auto-gc hook
Emily Shaffer committed over 4 years ago
hook API: add a run_hooks() wrapper
Ævar Arnfjörð Bjarmason committed over 4 years ago
Emily Shaffer committed over 4 years ago
compat/qsort_s.c: avoid using potentially unaligned access
Junio C Hamano committed over 4 years ago
fetch: fix deadlock when cleaning up lockfiles in async signals
Patrick Steinhardt committed over 4 years ago
gpg-interface: trim CR from ssh-keygen
Fabian Stelzer committed over 4 years ago