greg0ire / git_template

Automating your workflow with git
http://git-template.readthedocs.org/
GNU General Public License v3.0
227 stars 38 forks source link

Prevent commit on parse error #20

Closed greg0ire closed 10 years ago

greg0ire commented 10 years ago

A hook that prevents people from commiting when their file contains a syntax error. A php implementation should be written at first.

greg0ire commented 10 years ago

Should be disabled when there are more than a certain number of files to check in the commit. We don't want to wait.