diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-01-30 10:09:55 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-01 17:08:39 -0500 |
commit | de84ea0cf212c251e099f456bb675492f664e93d (patch) | |
tree | 39862990ee826eff4d79f4c6ccc6e1f3a5003ac1 /Makefile.am | |
parent | 40766841ac5f5319ab0ab6dd29d6fce70eaf9f1b (diff) | |
download | gobject-introspection-de84ea0cf212c251e099f456bb675492f664e93d.tar.gz |
Remove the insane pre-commit hook
I'm sick and tired of this.
https://bugzilla.gnome.org/show_bug.cgi?id=693040
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 70164581..5a4044f1 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" |