Commit Graph

2 Commits

Author SHA1 Message Date
Ben Scott
b2030a67cc Make pre-commit hook pass if playground is not staged
Previously the pre-commit hook stopped you commiting if you had any
changes in the playground even if those changes weren't staged for
commit. This meant you had to totally reset your playground even if you
weren't about to commit it.

Now we check if the playground is staged for commit, so if the
playground is modified but not staged for commit you can still commit
your other changes
2018-09-19 18:11:26 -07:00
Kyle Durand
6de80cf04d Adding pre commit hook for playground (#557) 2017-08-21 16:43:44 -04:00