iamstoick / drupal-pre-commit

A Drupal pre-commit hook to filter php, js, and css syntax errors. This script also checks the file(s) to make sure that the Drupal coding standard is being followed.
Other
38 stars 24 forks source link

pre-commit is not working in `git version 1.9.1` #2

Closed iamstoick closed 10 years ago

iamstoick commented 10 years ago

Seems like the hash has been removed in git version 1.9.1. This makes the pre-commit to ignore #1 and #2 validation steps as $LIST is always empty.

iamstoick commented 10 years ago

This investigating if this is caused by newer version of Git or Bash.