diff options
author | http://svario.it/gioele <gioele@web> | 2014-05-26 16:13:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-26 16:13:38 +0000 |
commit | e1e2e02a19a3fc52a491cf341253c47444fda588 (patch) | |
tree | 595ed9e908a81b254a655e7471ae42984896a195 /doc | |
parent | 94d8c4c5c064305ca89c4e0720361c49a17c160a (diff) |
New bug "import" generates a commit even with autocommit=false
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/__34__import__34___generates_a_commit_even_with_autocommit__61__false.mdwn | 17 |
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. |