summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2016-01-20 00:24:40 +0100
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2016-01-20 00:24:40 +0100
commit8fb19e5f22364b6fc784af1bf333704b4cfeafc0 (patch)
tree30a6c9b2cbda6f3679aaaf297438fc44a5cb960f /README
parent95921e7ad884f4b7c19ce6f716e452f41dbf18c9 (diff)
README: Mention the exemplary git hooks in usage section.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 3ed7680..c65edd6 100644
--- a/README
+++ b/README
@@ -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
-----------