summaryrefslogtreecommitdiff
path: root/examples/hooks/pre-commit
AgeCommit message (Collapse)Author
2016-01-19examples/hooks/pre-commit: Improve handling of first metastore commit.Przemyslaw Pawelczyk
Previously after first metastore commit, metastore -c would show ./.metadata: added which was misleading. Now metastore -s is run twice if .metadata is not in repository yet.
2016-01-19examples/hooks/pre-commit: Add warning in comments re aborted commit.Przemyslaw Pawelczyk
Fixes #26.
2016-01-19examples: Move hook scripts to their own subdirectory.Przemyslaw Pawelczyk