summaryrefslogtreecommitdiffstats
path: root/hook.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano2024-12-161-1/+1
|\
| * advice: suggest using subcommand "git config set"Bence Ferdinandy2024-12-061-1/+1
* | hooks: remove implicit dependency on `the_repository`Patrick Steinhardt2024-08-131-10/+11
|/
* Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-33/+0
|\
| * Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-33/+0
| |\
| | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-32/+0
| | |\
| | | * clone: drop the protections where hooks aren't runJohannes Schindelin2024-05-211-34/+0
| | | * hook: plug a new memory leakJohannes Schindelin2024-05-211-1/+3
* | | | Sync with 2.41.1Johannes Schindelin2024-04-191-7/+46
|\| | |
| * | | Sync with 2.40.2Johannes Schindelin2024-04-191-7/+46
| |\| |
| | * | Sync with 2.39.4Johannes Schindelin2024-04-191-7/+43
| | |\|
| | | * clone: prevent hooks from running during a cloneJohannes Schindelin2024-04-191-0/+32
| | | * find_hook(): refactor the `STRIP_EXTENSION` logicJohannes Schindelin2024-04-171-7/+11
* | | | abspath: move related functions to abspathCalvin Wan2023-06-121-0/+1
|/ / /
* | | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-6/+6
|\ \ \
| * | | run_processes_parallel: mark unused callback parametersJeff King2023-02-241-6/+6
| |/ /
* / / treewide: replace cache.h with more direct headers, where possibleElijah Newren2023-02-241-1/+4
|/ /
* / hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer2023-02-081-0/+5
|/
* run-command API: have run_process_parallel() take an "opts" structÆvar Arnfjörð Bjarmason2022-10-121-9/+14
* Merge branch 'ab/hooks-regression-fix'Junio C Hamano2022-08-151-7/+0
|\
| * hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason2022-08-051-7/+0
* | Merge branch 'ab/hooks-regression-fix'Junio C Hamano2022-06-141-0/+1
|\|
| * hook API: fix v2.36.0 regression: hooks should be connected to a TTYÆvar Arnfjörð Bjarmason2022-06-071-0/+1
* | run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
|/
* hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason2022-03-071-0/+7
* hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer2022-01-081-0/+8
* hook API: add a run_hooks_l() wrapperÆvar Arnfjörð Bjarmason2022-01-081-0/+14
* hook API: add a run_hooks() wrapperÆvar Arnfjörð Bjarmason2022-01-081-0/+7
* hook: add 'run' subcommandEmily Shaffer2022-01-081-0/+102
* hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer2021-09-271-0/+5
* hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason2021-09-271-0/+37