diff options
author | https://www.google.com/accounts/o8/id?id=AItOawla3gLc6_rHuggFfy7o7eGMPvPztFZTrUQ <Florian@web> | 2012-08-20 10:49:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-20 10:49:41 +0000 |
commit | 81cdfe98a666ebee328c8a4a1d62675c2abbfd5b (patch) | |
tree | 8f0a852fc8da5a5277e1ca02d50d04e284b52e50 /doc | |
parent | fb8f75c2d7ca8542d6288193c37e792f4471e54c (diff) |
Diffstat (limited to 'doc')
-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. |