Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
Junio C Hamano committed over 4 years ago
cache.h: drop duplicate `ensure_full_index()` declaration
Martin Ågren committed over 4 years ago
name-rev.c: use strbuf_getline instead of limited size buffer
John Cai committed over 4 years ago
name-rev: deprecate --stdin in favor of --annotate-stdin
John Cai committed over 4 years ago
lazyload: use correct calling conventions
Matthias Aßhauer committed over 4 years ago
stable-qsort: avoid using potentially unaligned access
René Scharfe committed over 4 years ago
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