diff options
author | Øystein Walle <oystwa@gmail.com> | 2014-02-05 23:19:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-05 14:35:45 -0800 |
commit | 5fe8f49b6d59cf143a5898ddbb161444a95fa871 (patch) | |
tree | 65293eeb6f73b77030840a40327aff284fe0af4b /Documentation/githooks.txt | |
parent | 3330a2c4f6b494f2b02fda2869d85bc1f8e019aa (diff) | |
download | git-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.gz |
Documentation: fix typos in man pagesow/manpages-typofix
Signed-off-by: Øystein Walle <oystwa@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 d48bf4d6fa..d954bf6ba8 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -251,7 +251,7 @@ three parameters: - the name of the ref being updated, - the old object name stored in the ref, - - and the new objectname to be stored in the ref. + - and the new object name to be stored in the ref. A zero exit from the update hook allows the ref to be updated. Exiting with a non-zero status prevents 'git-receive-pack' |