index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hook.c
Age
Commit message (
Expand
)
Author
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
2026-03-25
hook: introduce hook_config_cache_entry for per-hook data
Adrian Ratiu
2026-03-25
hook: make consistent use of friendly-name in docs
Adrian Ratiu
2026-03-25
hook: replace hook_list_clear() -> string_list_clear_func()
Adrian Ratiu
2026-03-25
hook: detect & emit two more bugs
Adrian Ratiu
2026-03-25
hook: rename cb_data_free/alloc -> hook_data_free/alloc
Adrian Ratiu
2026-03-25
hook: fix minor style issues
Adrian Ratiu
2026-03-25
hook: move unsorted_string_list_remove() to string-list.[ch]
Adrian Ratiu
2026-02-19
hook: allow out-of-repo 'git hook' invocations
Emily Shaffer
2026-02-19
hook: allow event = "" to overwrite previous values
Adrian Ratiu
2026-02-19
hook: allow disabling config hooks
Adrian Ratiu
2026-02-19
hook: include hooks from the config
Adrian Ratiu
2026-02-19
hook: add "git hook list" command
Emily Shaffer
2026-02-19
hook: run a list of hooks to prepare for multihook support
Emily Shaffer
2026-02-19
hook: add internal state alloc/free callbacks
Adrian Ratiu
2026-01-28
hook: add jobs option
Adrian Ratiu
2026-01-28
hook: allow separate std[out|err] streams
Adrian Ratiu
2026-01-28
hook: provide stdin via callback
Emily Shaffer
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
2025-12-28
hooks: allow callers to capture output
Emily Shaffer
2025-12-28
hook: allow overriding the ungroup option
Adrian Ratiu
2025-12-28
hook: provide stdin via callback
Emily Shaffer
2025-02-07
path: refactor `repo_git_path()` family of functions
Patrick Steinhardt
2024-12-15
Merge branch 'bf/explicit-config-set-in-advice-messages'
Junio C Hamano
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
2024-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
2024-05-24
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40
Junio C Hamano
2024-05-21
clone: drop the protections where hooks aren't run
Johannes Schindelin
2024-05-21
hook: plug a new memory leak
Johannes Schindelin
2024-04-19
Sync with 2.41.1
Johannes Schindelin
2024-04-19
Sync with 2.40.2
Johannes Schindelin
2024-04-19
Sync with 2.39.4
Johannes Schindelin
2024-04-19
clone: prevent hooks from running during a clone
Johannes Schindelin
2024-04-17
find_hook(): refactor the `STRIP_EXTENSION` logic
Johannes Schindelin
2023-06-12
abspath: move related functions to abspath
Calvin Wan
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
run_processes_parallel: mark unused callback parameters
Jeff King
2023-02-23
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
2023-02-08
hook API: support passing stdin to hooks, convert am's 'post-rewrite'
Emily Shaffer
2022-10-12
run-command API: have run_process_parallel() take an "opts" struct
Ævar Arnfjörð Bjarmason
2022-08-14
Merge branch 'ab/hooks-regression-fix'
Junio C Hamano
2022-08-05
hook API: don't segfault on strbuf_addf() to NULL "out"
Ævar Arnfjörð Bjarmason
2022-06-13
Merge branch 'ab/hooks-regression-fix'
Junio C Hamano
2022-06-07
hook API: fix v2.36.0 regression: hooks should be connected to a TTY
Ævar Arnfjörð Bjarmason
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-03-07
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
[next]