[Bps-public-commit] BPS git mailer tools branch, master, updated. b2fcf94c30cac6f3fc64df6ad9bbde664e0a8e8a

sartak at bestpractical.com sartak at bestpractical.com
Mon Feb 23 21:55:19 EST 2009


The branch, master has been updated
       via  b2fcf94c30cac6f3fc64df6ad9bbde664e0a8e8a (commit)
      from  29fe2e21f19a1115c916b65a448be01bb640028e (commit)

Summary of changes:
 create-repo |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit b2fcf94c30cac6f3fc64df6ad9bbde664e0a8e8a
Author: Shawn M Moore <sartak at gmail.com>
Date:   Mon Feb 23 21:55:07 2009 -0500

    Need to make the post-receive hook executable for git to invoke it

diff --git a/create-repo b/create-repo
index 8b24a33..7f77b1d 100755
--- a/create-repo
+++ b/create-repo
@@ -34,6 +34,7 @@ ssh fsck.com "\
     echo \". /usr/local/git-mailer/post-receive-email\" >> post-receive && \
     git config --add hooks.mailinglist bps-internal at lists.bestpractical.com && \
     git config --add hooks.emailprefix '' && \
-    git config --add hooks.showrev \"git show -C %s; echo \"
+    git config --add hooks.showrev \"git show -C %s; echo \" && \
+    chmod +x post-receive
     "
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list