From 8fb19e5f22364b6fc784af1bf333704b4cfeafc0 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Wed, 20 Jan 2016 00:24:40 +0100 Subject: [PATCH] README: Mention the exemplary git hooks in usage section. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ----------- -- 2.11.4.GIT