Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/git-hooks

Git basic hooks
https://github.com/abtris/git-hooks

Last synced: about 1 month ago
JSON representation

Git basic hooks

Awesome Lists containing this project

README

        

Hooks
=====

Needs: xmllint, php

All hooks are in .git/hooks

This repo is with some basic hooks

1. post-commit-version

Count commit and print into VERSION file

2. pre-commit-php-check

Check php files by php -l

3. pre-commit-xml-check

Check xml|xsl|xslt files by xmllint