From e494c66720ee54082aee7870c77ee963ddf9bb40 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Mon, 10 Jun 2013 13:20:14 +0100 Subject: [PATCH] remove git/ directory The scripts therein weren't directly relevant for SBCL development, only for infrastructure to assist that development; additionally, they are derived from git examples licensed under the GPL, and it was difficult to explain the effects of this in a short paragraph in the master COPYING file. A new sbcl-git-hooks repository is available on SourceForge for these and any other infrastructure customizations. --- git/README | 10 - git/post-receive | 11 - git/post-receive-email | 749 ------------------------------------------------ git/update | 39 --- 4 files changed, 809 deletions(-) delete mode 100644 git/README delete mode 100755 git/post-receive delete mode 100755 git/post-receive-email delete mode 100755 git/update diff --git a/git/README b/git/README deleted file mode 100644 index 533193a..0000000 --- a/git/README +++ /dev/null @@ -1,10 +0,0 @@ -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