From 52386a7cdfc4cc91bafe3ddbbe1bc68f0daacff8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 27 May 2014 12:00:40 -0400 Subject: [PATCH] pebak --- ...__generates_a_commit_even_with_autocommit__61__false.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn b/doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn index a39bf362f8..69e36595e6 100644 --- a/doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn +++ b/doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn @@ -15,3 +15,8 @@ It happens in direct mode, I haven't tested with indirect mode. ### What version of git-annex are you using? On what operating system? git-annex 5.20140421 from the Ubuntu PPA. + +> annex.autocommit has nothing to do with commits to the git-annex +> branch. You want `git config annex.alwayscommit false` +> +> [[done]] --[[Joey]]