Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/hook.c
AgeCommit message (Expand)Author
2022-10-13run-command API: have run_process_parallel() take an "opts" structÆvar Arnfjörð Bjarmason
2022-08-15Merge branch 'ab/hooks-regression-fix'Junio C Hamano
2022-08-06hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason
2022-06-14Merge branch 'ab/hooks-regression-fix'Junio C Hamano
2022-06-07hook API: fix v2.36.0 regression: hooks should be connected to a TTYÆvar Arnfjörð Bjarmason
2022-06-03run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-03-08hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason
2022-01-08hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer
2022-01-08hook API: add a run_hooks_l() wrapperÆvar Arnfjörð Bjarmason
2022-01-08hook API: add a run_hooks() wrapperÆvar Arnfjörð Bjarmason
2022-01-08hook: add 'run' subcommandEmily Shaffer
2021-09-27hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason