diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-20 00:24:40 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2016-01-20 00:24:40 +0100 |
commit | 8fb19e5f22364b6fc784af1bf333704b4cfeafc0 (patch) | |
tree | 30a6c9b2cbda6f3679aaaf297438fc44a5cb960f | |
parent | 95921e7ad884f4b7c19ce6f716e452f41dbf18c9 (diff) |
README: Mention the exemplary git hooks in usage section.
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -30,6 +30,15 @@ Usage See metastore.txt file, which is plain-text version of the manual page. +If you want to use metastore within git repository, then consider +copying exemplary scripts from examples/hooks/ directory to hooks +subdirectory in your git directory, and make them executable. +You can also tune them if it's necessary. But. +Before using, please read the warning in the comments of pre-commit hook. +Mind that merge conflicts can only be solved manually, because metastore +file is binary in its current form (there's a plan to fix it in future). +Dump action can be really helpful in such cases. + File format ----------- |