diff --git a/doc/bugs/import_leaves_empty_directories_behind.mdwn b/doc/bugs/import_leaves_empty_directories_behind.mdwn new file mode 100644 index 0000000000..a95930dfb8 --- /dev/null +++ b/doc/bugs/import_leaves_empty_directories_behind.mdwn @@ -0,0 +1,18 @@ +### Please describe the problem. + +git annex import leaves empties directories behind. + +now maybe that's desired, but in this case, why are the *files* gone and not the directories? + +### What steps will reproduce the problem? + +
+mkdir -p /tmp/foo/bar +touch /tmp/foo/bar/file +git annex import /tmp/foo +[ -d /tmp/foo/bar ] && echo 'fail: directory still there!' ++ +### What version of git-annex are you using? On what operating system? + +5.20141125