summaryrefslogtreecommitdiffstats
path: root/man1/git-hook.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-hook.1')
-rw-r--r--man1/git-hook.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-hook.1 b/man1/git-hook.1
index 075409de5..3b8f7a910 100644
--- a/man1/git-hook.1
+++ b/man1/git-hook.1
@@ -2,12 +2,12 @@
.\" Title: git-hook
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-HOOK" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-HOOK" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -37,7 +37,7 @@ git-hook \- Run git hooks
.sp
.SH "DESCRIPTION"
.sp
-A command interface to running git hooks (see \fBgithooks\fR(5)), for use by other scripted git commands\&.
+A command interface for running git hooks (see \fBgithooks\fR(5)), for use by other scripted git commands\&.
.SH "SUBCOMMANDS"
.PP
run
@@ -60,7 +60,7 @@ for arguments hooks might expect (if any)\&.
.PP
\-\-to\-stdin
.RS 4
-For "run"; Specify a file which will be streamed into the hook\(cqs stdin\&. The hook will receive the entire file from beginning to EOF\&.
+For "run"; specify a file which will be streamed into the hook\(cqs stdin\&. The hook will receive the entire file from beginning to EOF\&.
.RE
.PP
\-\-ignore\-missing