summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn17
1 files changed, 17 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
new file mode 100644
index 000000000..a39bf362f
--- /dev/null
+++ b/doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn
@@ -0,0 +1,17 @@
+### Please describe the problem.
+
+`git annex import` generates a commit in the `git-annex` branch even if `autocommit` has been disabled.
+
+It happens in direct mode, I haven't tested with indirect mode.
+
+### What steps will reproduce the problem?
+
+ git config --global annex.autocommit false
+ git annex direct
+ git annex import --force ~/Documents/*.pdf
+
+ git log git-annex # see the newly created commit
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex 5.20140421 from the Ubuntu PPA.