summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-27 12:00:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-27 12:00:40 -0400
commit48732de48c4dbb4b1699c032d7ca895181743c41 (patch)
tree3bd14c288c386ab80acc9f4f8ce73e2c819200e5
parent6e5d9bda0f11b68e77c3829d311f62c7f46f86ff (diff)
pebak
-rw-r--r--doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn5
1 files changed, 5 insertions, 0 deletions
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 a39bf362f..69e36595e 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]]