summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-07-24 15:54:05 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-07-24 15:54:06 -0700
commit418cca9555be40410bc0c8398e97ed5dc287a928 (patch)
treee7dfafb8f7c5ebddb5496f4477ed5ac0671efa93
parentDocumentation/RelNotes: fix a typo in 2.28's relnotes (diff)
parentgithooks.txt: use correct "reference-transaction" hook name (diff)
downloadtgif-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
-rw-r--r--Documentation/githooks.txt4
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,