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
apply: use strsets to track symlinks
René Scharfe committed over 4 years ago
git-p4: fix instantiation of CalledProcessError
Joel Holdsworth committed over 4 years ago
git-p4: don't print shell commands as python lists
Joel Holdsworth committed over 4 years ago
git-p4: pass command arguments as lists instead of using shell
Joel Holdsworth committed over 4 years ago
git-p4: don't select shell mode using the type of the command argument
Joel Holdsworth committed over 4 years ago