Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abtris/git-hooks
- Owner: abtris
- Created: 2011-03-25T08:59:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-25T09:09:01.000Z (over 13 years ago)
- Last Synced: 2024-04-15T03:04:07.319Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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