[gobject-introspection] Remove the insane pre-commit hook



commit de84ea0cf212c251e099f456bb675492f664e93d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jan 30 10:09:55 2013 -0500

    Remove the insane pre-commit hook
    
    I'm sick and tired of this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693040

 Makefile.am     |    1 -
 misc/pre-commit |   86 -------------------------------------------------------
 2 files changed, 0 insertions(+), 87 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7016458..5a4044f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,6 @@ EXTRA_DIST += 			\
 
 check-local:
 	gtester --verbose $(GTESTER_PROGS)
-	@test ! -d $(top_srcdir)/.git || (test -f $(top_srcdir)/.git/hooks/pre-commit || install misc/pre-commit .git/hooks/pre-commit)
 	@echo "TEST: PEP-8 INQUISITION"
 	@find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py
 	@echo "TEST: Annotation pattern programs"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]