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
update-index: refresh should rewrite index in case of racy timestamps
Marc Strapetz committed over 4 years ago
t7508: add tests capturing racy timestamp handling
Marc Strapetz committed over 4 years ago
t7508: fix bogus mtime verification
Marc Strapetz committed over 4 years ago
test-lib: introduce API for verifying file mtime
Marc Strapetz committed over 4 years ago