diff options
-rw-r--r-- | doc/bugs/reinject_should_leave_file_in_place_on_checksum_mismatch.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/reinject_should_leave_file_in_place_on_checksum_mismatch.mdwn b/doc/bugs/reinject_should_leave_file_in_place_on_checksum_mismatch.mdwn new file mode 100644 index 000000000..d7eaa7d1b --- /dev/null +++ b/doc/bugs/reinject_should_leave_file_in_place_on_checksum_mismatch.mdwn @@ -0,0 +1,13 @@ +What steps will reproduce the problem? + +Run git annex reinject source dest with a file that has the wrong content and thus a wrong checksum. + +What is the expected output? What do you see instead? + +The file should stay in it's original location. Currently it's moved to .git/annex/bad with a mangled filename. + +What version of git-annex are you using? On what operating system? + +git-annex version: 3.20120807 +Ubuntu 12.04 updated on Aug 20th +annex was installed via cabal on Aug 20th, all other packages are from ubuntu. |