diff --git a/doc/bugs/__96__git_annex_add_.__96___fails_for_all_files_if_one_fails.mdwn b/doc/bugs/__96__git_annex_add_.__96___fails_for_all_files_if_one_fails.mdwn new file mode 100644 index 0000000000..3b7bea0142 --- /dev/null +++ b/doc/bugs/__96__git_annex_add_.__96___fails_for_all_files_if_one_fails.mdwn @@ -0,0 +1,24 @@ +### Please describe the problem. + +I do `git annex add .` to add all new files. However I'm busy copying a big file. This file fails with "... changed while it was being added". +When the `add` ends, none of the files have been added. + +I would expect all the files except the one that was changing to be added. + +### What steps will reproduce the problem? + +Add files while changing one. + +### What version of git-annex are you using? On what operating system? + +5.20140412ubuntu1 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]]