summaryrefslogtreecommitdiff
path: root/doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn')
-rw-r--r--doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index 69e36595e..000000000
--- a/doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn
+++ /dev/null
@@ -1,22 +0,0 @@
-### 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.
-
-> annex.autocommit has nothing to do with commits to the git-annex
-> branch. You want `git config annex.alwayscommit false`
->
-> [[done]] --[[Joey]]