diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-01-15 15:20:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-15 15:20:28 -0800 |
commit | b17eb5b4e4e02cf8d5830fdb132247da55749124 (patch) | |
tree | f89ff333799ecdbc888837e3d6312a034ba8816f /Documentation/githooks.txt | |
parent | Merge branch 'bc/rev-parse-path-format' (diff) | |
parent | doc: fix some typos (diff) | |
download | tgif-b17eb5b4e4e02cf8d5830fdb132247da55749124.tar.xz |
Merge branch 'ta/doc-typofix'
Doc fix.
* ta/doc-typofix:
doc: fix some typos
Diffstat (limited to 'Documentation/githooks.txt')
-rw-r--r-- | Documentation/githooks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index ffccfc7760..1f3b57d04d 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -644,7 +644,7 @@ changelist text. Exiting with a non-zero status from the script will abort the process. The purpose of the hook is to edit the message file in place, -and it is not supressed by the `--no-verify` option. This hook +and it is not suppressed by the `--no-verify` option. This hook is called even if `--prepare-p4-only` is set. Run `git-p4 submit --help` for details. |