Updating branch refs/heads/master
         to 423cad44aceb30c8d37020523f1e496a8b5d42e3 (commit)
       from d4db0e27b1b93b303898e8472fb3b520074a57c1 (commit)

commit 423cad44aceb30c8d37020523f1e496a8b5d42e3
Author: Brian J. Tarricone <[email protected]>
Date:   Wed Aug 12 01:37:24 2009 +0000

    remove hooks dir; we keep these in a separate repo

 hooks/post-receive |    4 ----
 hooks/post-update  |    5 -----
 hooks/update       |   10 ----------
 3 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/hooks/post-receive b/hooks/post-receive
deleted file mode 100755
index e89f85e..0000000
--- a/hooks/post-receive
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# TODO:
-# link to Janni's commit mail script
diff --git a/hooks/post-update b/hooks/post-update
deleted file mode 100755
index 2d33ec1..0000000
--- a/hooks/post-update
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-git update-server-info
-
-# send email to commits list with list of updated refs?
diff --git a/hooks/update b/hooks/update
deleted file mode 100755
index 4b5ea6d..0000000
--- a/hooks/update
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# TODO: things to check
-#  * permissions
-#  * ref updates are fast-fwd merges
-#  * don't allow unannotated/'lightweight' tags
-#  * allow non-gpg'd tags, but suggest to the user to sign them
-#  * make sure the user's email addy isn't bogus
-#  * reject merge commits? (maybe only on some branches, maybe not at all)
-#  * don't allow deleting tags?
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to