diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-07-24 15:54:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-24 15:54:06 -0700 |
commit | 418cca9555be40410bc0c8398e97ed5dc287a928 (patch) | |
tree | e7dfafb8f7c5ebddb5496f4477ed5ac0671efa93 /Documentation/githooks.txt | |
parent | Documentation/RelNotes: fix a typo in 2.28's relnotes (diff) | |
parent | githooks.txt: use correct "reference-transaction" hook name (diff) | |
download | tgif-418cca9555be40410bc0c8398e97ed5dc287a928.tar.xz |
Merge branch 'ps/ref-transaction-hook' into master
A new hook.
* ps/ref-transaction-hook:
githooks.txt: use correct "reference-transaction" hook name
Diffstat (limited to 'Documentation/githooks.txt')
-rw-r--r-- | Documentation/githooks.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index 642471109f..31b601e4bc 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -404,8 +404,8 @@ Both standard output and standard error output are forwarded to `git send-pack` on the other end, so you can simply `echo` messages for the user. -ref-transaction -~~~~~~~~~~~~~~~ +reference-transaction +~~~~~~~~~~~~~~~~~~~~~ This hook is invoked by any Git command that performs reference updates. It executes whenever a reference transaction is prepared, |