762cf11
From 1963c852acc5d8c521a3e4f3b9ceb313d26a473c Mon Sep 17 00:00:00 2001
762cf11
From: Todd Zullinger <tmz@pobox.com>
762cf11
Date: Mon, 22 Jun 2009 08:00:29 -0400
762cf11
Subject: [PATCH] Update path to contrib/hooks/post-receive-email
762cf11
762cf11
---
762cf11
 contrib/hooks/post-receive-email     |    6 +++---
762cf11
 templates/hooks--post-receive.sample |    2 +-
762cf11
 2 files changed, 4 insertions(+), 4 deletions(-)
762cf11
762cf11
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email
762cf11
index 2a66063..4835ada 100755
762cf11
--- a/contrib/hooks/post-receive-email
762cf11
+++ b/contrib/hooks/post-receive-email
762cf11
@@ -10,12 +10,12 @@
762cf11
 # This hook is stored in the contrib/hooks directory.  Your distribution
762cf11
 # will have put this somewhere standard.  You should make this script
762cf11
 # executable then link to it in the repository you would like to use it in.
762cf11
-# For example, on debian the hook is stored in
762cf11
-# /usr/share/doc/git-core/contrib/hooks/post-receive-email:
762cf11
+# For example, on fedora the hook is stored in
762cf11
+# /usr/share/git-core/contrib/hooks/post-receive-email:
762cf11
 #
762cf11
 #  chmod a+x post-receive-email
762cf11
 #  cd /path/to/your/repository.git
762cf11
-#  ln -sf /usr/share/doc/git-core/contrib/hooks/post-receive-email hooks/post-receive
762cf11
+#  ln -sf /usr/share/git-core/contrib/hooks/post-receive-email hooks/post-receive
762cf11
 #
762cf11
 # This hook script assumes it is enabled on the central repository of a
762cf11
 # project, with all users pushing only to it and not between each other.  It
762cf11
diff --git a/templates/hooks--post-receive.sample b/templates/hooks--post-receive.sample
762cf11
index 18d2e0f..cf57878 100755
762cf11
--- a/templates/hooks--post-receive.sample
762cf11
+++ b/templates/hooks--post-receive.sample
762cf11
@@ -12,4 +12,4 @@
83562ac
 # see contrib/hooks/ for a sample, or uncomment the next line and
762cf11
 # rename the file to "post-receive".
762cf11
 
762cf11
-#. /usr/share/doc/git-core/contrib/hooks/post-receive-email
762cf11
+#. /usr/share/git-core/contrib/hooks/post-receive-email
762cf11
-- 
762cf11
1.6.3.2
762cf11