Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-25 01:54:05 +0300
committerJunio C Hamano <gitster@pobox.com>2020-07-25 01:54:06 +0300
commit418cca9555be40410bc0c8398e97ed5dc287a928 (patch)
treee7dfafb8f7c5ebddb5496f4477ed5ac0671efa93
parent3d20111cbd42c9ef3116bb629838bcbfea508cda (diff)
parent6c18d03eb833bb76d0072373bd064e469a022d4f (diff)
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,