New bug "import" generates a commit even with autocommit=false

This commit is contained in:
http://svario.it/gioele 2014-05-26 16:13:38 +00:00 committed by admin
parent e63152f82a
commit 5deb81648b

View file

@ -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.