diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-11-26 19:54:22 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-26 19:54:22 +0000 |
commit | 9a72f0258f2fca430e4d9fa148588f81f0bc193c (patch) | |
tree | 80d71699714fda4bc612e43790a8594c9a0413df | |
parent | 905ac846be08aaefbb6b15f8ef702fb8caf4b06b (diff) |
Added a comment
-rw-r--r-- | doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment b/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment new file mode 100644 index 000000000..439c985dc --- /dev/null +++ b/doc/forum/Best_way_to_re-add_a_file_in_a_direct_and_crippled_annex_repository/comment_1_552e74f9573a34ec178f396b83252c3e._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.64" + subject="comment 1" + date="2013-11-26T19:54:21Z" + content=""" +There's a bug report asking that reinject work in direct mode. I just have not gotten around to it. + +Another way to do it would be to make a temp directory in your annex repository, move or copy the file to there, and `git annex add`. As long as you're not using the WORM backend, the checksum will be used, and so it'll see it's added the content of the file, and make the a.bin file have that content too. + +Off to see if I can easily add direct mode reinject now.. +"""]] |