From 1e9235d7f49e1229689c658ccfdf38057d6f5d88 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 2 Jan 2012 12:18:07 +0200 Subject: [PATCH] git: add missing git hook scripts from SourceForge We've been using these for a while now, but I neglected to stash copies in the repository. Also instructions for updating them, since it isn't the most intuitive thing in the world. --- git/README | 10 ++++++++++ git/post-receive | 11 +++++++++++ git/update | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 git/README create mode 100755 git/post-receive create mode 100755 git/update diff --git a/git/README b/git/README new file mode 100644 index 0000000..533193a --- /dev/null +++ b/git/README @@ -0,0 +1,10 @@ +SBCL Git Hooks + +These scripts live in /home/scm_git/s/sb/sbcl/sbcl.git/hooks on +SourceForge, and have nothing to do with SBCL as such -- and +everything to do with developer convenience and maintenance. + +To push updates there: + + ssh -t ,sbcl@shell.sourceforge.net create + scp