summaryrefslogtreecommitdiff
path: root/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
diff options
context:
space:
mode:
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]]