summaryrefslogtreecommitdiff
path: root/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-14 12:28:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-14 12:28:45 -0400
commit020e9b013dea9e7429cee49cb19a5b7bc958a19f (patch)
tree9f0bfc1ef2bf9b78930088d7108ebbac376b5cbc /doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
parent4ff8b30d2c8390bfca8b345b3dd7c300477e95f6 (diff)
close
Diffstat (limited to 'doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn')
-rw-r--r--doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn b/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
index ced4fc5a0..8df3bde48 100644
--- a/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
+++ b/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
@@ -8,3 +8,5 @@ Then, I copied the annex object to the correct place in .git/annex/objects/...,
Long story short, I think there should be a `git annex reinject $file` or similar which will take a file, either one replacing the symlink or with an arbitrary path, and put it into the correct place in the object store. Called normally, it should reject all reinjects where the checksum does not match. With --force, this should be overridden. For reasons of safety, WORM should always require --force.
+
+> [[closing|done]], seems addressed --[[Joey]]