diff options
author | Thomas Rast <trast@student.ethz.ch> | 2011-01-10 13:42:23 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-10 09:09:02 -0800 |
commit | 920a5d436b0309072de598a44b493ba0793b074c (patch) | |
tree | 1d9a6a8d781e0674af00679e56d1bdceb7bd7b42 | |
parent | 9db41eba4259126dbe1c68e2207d342d11f14745 (diff) | |
download | git-920a5d436b0309072de598a44b493ba0793b074c.tar.gz git-920a5d436b0309072de598a44b493ba0793b074c.tar.xz |
Documentation/githooks: post-rewrite-copy-notes never existed
The documentation for the post-rewrite hook contains a paragraph from
its early development, where the automatic notes copying facilities
were not part of the series and thus this had to be a hook. Later
versions of the series implemented notes copying as a core feature.
Thus mentioning post-rewrite-copy-notes was never correct. As the
other hooks do not have a "there is no default hook, but..." sentence
unless they ship a sample hook in either templates or contrib, we
simply remove the whole paragraph.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/githooks.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index 7183aa9ab..28edefa20 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -350,10 +350,6 @@ rebase:: The commits are guaranteed to be listed in the order that they were processed by rebase. -There is no default 'post-rewrite' hook, but see the -`post-receive-copy-notes` script in `contrib/hooks` for an example -that copies your git-notes to the rewritten commits. - GIT --- |