Age | Commit message (Expand) | Author | Files | Lines |
2021-03-01 | githooks.txt: clarify documentation on reference-transaction hook | Patrick Steinhardt | 1 | -1/+10 |
2021-03-01 | githooks.txt: replace mentions of SHA-1 specific properties | Patrick Steinhardt | 1 | -11/+11 |
2021-01-04 | doc: fix some typos | Thomas Ackermann | 1 | -1/+1 |
2020-11-11 | Merge branch 'mc/typofix' | Junio C Hamano | 1 | -1/+1 |
2020-11-05 | doc: fixing two trivial typos in Documentation/ | Marlon Rac Cambasis | 1 | -1/+1 |
2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
2020-09-25 | Merge branch 'jx/proc-receive-hook' | Junio C Hamano | 1 | -0/+62 |
2020-08-27 | doc: clarify how exit status of post-checkout hook is used | Junio C Hamano | 1 | -1/+3 |
2020-08-27 | doc: add documentation for the proc-receive hook | Jiang Xin | 1 | -0/+62 |
2020-07-24 | githooks.txt: use correct "reference-transaction" hook name | Bojun Chen | 1 | -2/+2 |
2020-06-19 | refs: implement reference transaction hook | Patrick Steinhardt | 1 | -0/+29 |
2020-04-22 | Merge branch 'bk/p4-pre-edit-changelist' | Junio C Hamano | 1 | -1/+50 |
2020-02-14 | git-p4: add p4 submit hooks | Ben Keene | 1 | -0/+46 |
2020-02-11 | git-p4: add --no-verify option | Ben Keene | 1 | -1/+4 |
2020-01-23 | fsmonitor: update documentation for hook version and watchman hooks | Kevin Willford | 1 | -3/+10 |
2019-09-30 | Merge branch 'en/filter-branch-deprecation' | Junio C Hamano | 1 | -4/+6 |
2019-09-05 | Recommend git-filter-repo instead of git-filter-branch | Elijah Newren | 1 | -4/+6 |
2019-08-07 | merge: --no-verify to bypass pre-merge-commit hook | Michael J Gruber | 1 | -1/+2 |
2019-08-07 | git-merge: honor pre-merge-commit hook | Michael J Gruber | 1 | -0/+21 |
2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -3/+5 |
2019-04-25 | Merge branch 'bp/post-index-change-hook' | Junio C Hamano | 1 | -0/+18 |
2019-04-02 | checkout: split part of it to new command 'switch' | Nguyễn Thái Ngọc Duy | 1 | -3/+5 |
2019-02-21 | mention use of "hooks.allownonascii" in "man githooks" | Robert P. J. Day | 1 | -0/+4 |
2019-02-15 | read-cache: add post-index-change hook | Ben Peart | 1 | -0/+18 |
2018-08-01 | git-p4: add the `p4-pre-submit` hook | Chen Bin | 1 | -0/+7 |
2018-05-06 | doc: improve formatting in githooks.txt | Andreas Heiduk | 1 | -57/+58 |
2017-12-27 | Merge branch 'es/worktree-checkout-hook' | Junio C Hamano | 1 | -1/+2 |
2017-12-13 | Merge branch 'jc/receive-pack-hook-doc' | Junio C Hamano | 1 | -10/+10 |
2017-12-07 | worktree: invoke post-checkout hook (unless --no-checkout) | Eric Sunshine | 1 | -1/+2 |
2017-11-24 | hooks doc: clarify when receive-pack invokes its hooks | Junio C Hamano | 1 | -10/+10 |
2017-11-21 | Merge branch 'bp/fsmonitor' | Junio C Hamano | 1 | -0/+28 |
2017-10-01 | fsmonitor: add documentation for the fsmonitor extension. | Ben Peart | 1 | -0/+28 |
2017-09-29 | Merge branch 'sb/merge-commit-msg-hook' | Junio C Hamano | 1 | -5/+4 |
2017-09-22 | Documentation/githooks: mention merge in commit-msg hook | Stefan Beller | 1 | -5/+4 |
2017-09-10 | Merge branch 'ma/up-to-date' | Junio C Hamano | 1 | -1/+1 |
2017-08-23 | treewide: correct several "up-to-date" to "up to date" | Martin Ågren | 1 | -1/+1 |
2017-07-12 | hook: add a simple first example | Kaartic Sivaraam | 1 | -0/+3 |
2017-07-12 | hook: cleanup script | Kaartic Sivaraam | 1 | -3/+0 |
2017-05-16 | send-email: support validate hook | Jonathan Tan | 1 | -0/+8 |
2017-05-04 | Merge branch 'sr/hooks-cwd-doc' | Junio C Hamano | 1 | -2/+4 |
2017-05-01 | githooks.txt: clarify push hooks are always executed in $GIT_DIR | Simon Ruderich | 1 | -2/+4 |
2017-04-16 | receive-pack: document user-visible quarantine effects | Jeff King | 1 | -0/+3 |
2016-07-14 | push options: {pre,post}-receive hook learns about push options | Stefan Beller | 1 | -0/+18 |
2016-05-04 | hooks: allow customizing where the hook directory is | Ævar Arnfjörð Bjarmason | 1 | -4/+8 |
2016-05-04 | githooks.txt: minor improvements to the grammar & phrasing | Ævar Arnfjörð Bjarmason | 1 | -16/+16 |
2016-05-04 | githooks.txt: amend dangerous advice about 'update' hook ACL | Ævar Arnfjörð Bjarmason | 1 | -3/+5 |
2016-05-04 | githooks.txt: improve the intro section | Ævar Arnfjörð Bjarmason | 1 | -12/+19 |
2016-03-21 | Documentation: fix broken linkgit to git-config | Matthieu Moy | 1 | -1/+1 |
2015-01-08 | receive-pack: support push-to-checkout hook | Junio C Hamano | 1 | -0/+30 |
2014-11-04 | Documentation: typofixes | Thomas Ackermann | 1 | -1/+1 |