From 584d1d653cf230dd844a145164204585ffe2035f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 13 Apr 2017 14:05:11 +0000 Subject: --- doc/forum/removing_information_from_special_remote_file.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/removing_information_from_special_remote_file.mdwn diff --git a/doc/forum/removing_information_from_special_remote_file.mdwn b/doc/forum/removing_information_from_special_remote_file.mdwn new file mode 100644 index 000000000..de740ee33 --- /dev/null +++ b/doc/forum/removing_information_from_special_remote_file.mdwn @@ -0,0 +1,8 @@ +I'm working on a project using git-annex and Tahoe as a special remote. I want to encrypt that Tahoe capability for various file(s) (the capability is present in the git-annex branch), so that it is impossible for a malicious actor to access a file. However, due to the union-merge that happens on that branch, no matter what I try, the plain text capability keeps coming back. + +How can I either remove an entry from a file in the git-annex branch, or maybe remove all history for a file so that it has nothing to merge against, or otherwise remove the plain-text capability? + +This is very similar/same as https://git-annex.branchable.com/forum/removing_remote.log_information_completely/ but hopefully I can get a updated perspective, or any further guidance. Any help at all would be greatly appreciated. + +If there's a simple way to modify the git-annex source code to accommodate this, I would be perfectly happy with that solution. Unfortunately I am not well versed in Haskell, but if there was a way to say, for example, ignore *.rmt files when doing the union-merge, that would probably work. I'd be happy with any solution though. + -- cgit v1.2.3