observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 150 forks source link

Check parent directories for .git folder #55

Closed robrichard closed 7 years ago

robrichard commented 9 years ago

Addresses https://github.com/observing/pre-commit/issues/27

Does this look like the correct approach? I will work on tests if so. I was unable to get npm install to work on master so I branched off of the commit tagged at 1.1.2

3rd-Eden commented 7 years ago

Fixed with #100