[Bps-public-commit] BPS git mailer tools branch, master, updated. 86a58a5f29b27b882b25dffc2518b19869a2c4ae
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jun 3 17:06:15 EDT 2009
The branch, master has been updated
via 86a58a5f29b27b882b25dffc2518b19869a2c4ae (commit)
from 46f8fd12e2262e470d6023f21475d04a67ebf197 (commit)
Summary of changes:
create-private-repo | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 86a58a5f29b27b882b25dffc2518b19869a2c4ae
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Jun 3 17:05:56 2009 -0400
When creating a private repo, give all files the g+w bit
diff --git a/create-private-repo b/create-private-repo
index 202c183..b8d2484 100755
--- a/create-private-repo
+++ b/create-private-repo
@@ -34,6 +34,7 @@ ssh fsck.com "\
git add .gitignore && \
git commit -m 'First post' && \
git push origin master && \
+ chmod -R g+w . && \
cd /git-private/$REPO.git/hooks && \
rm -rf /tmp/git-init-$TEMP && \
echo \". /usr/local/git-mailer/post-receive-email\" >> post-receive && \
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list