From 7104d1fdcc097c6834427cda648d109838ca1669 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Wed, 30 Oct 2013 16:35:53 +0000 Subject: [PATCH] really specify direct --- doc/tips/Git_annex_and_Calibre.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/tips/Git_annex_and_Calibre.mdwn b/doc/tips/Git_annex_and_Calibre.mdwn index 70663dce96..71f955656c 100644 --- a/doc/tips/Git_annex_and_Calibre.mdwn +++ b/doc/tips/Git_annex_and_Calibre.mdwn @@ -111,8 +111,10 @@ Another solution =================== You could also use direct mode in place of the auto unlock feature - git annex indirect + git annex direct The remove the `post-commit` git hook (or do not add it). Its a simpler solution, but remember that interaction between git annex direct -repositories and plain git are complex +repositories and plain git are complex and sometimes downright dangerous. See [[direct mode]] for details. + +In particular, do *not* called `git add *` in the above steps, as that will commit all books into git.