diff --git a/doc/tips/redacting_history_by_converting_git_files_to_annexed/comment_1_68e96510108ca47c80c8a9ac671c5878._comment b/doc/tips/redacting_history_by_converting_git_files_to_annexed/comment_1_68e96510108ca47c80c8a9ac671c5878._comment deleted file mode 100644 index bf3a6270ca..0000000000 --- a/doc/tips/redacting_history_by_converting_git_files_to_annexed/comment_1_68e96510108ca47c80c8a9ac671c5878._comment +++ /dev/null @@ -1,11 +0,0 @@ -[[!comment format=mdwn - username="yarikoptic" - avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" - subject="comment 1" - date="2024-02-11T18:50:18Z" - content=""" -Thank you! In my case though it is pretty much the entire history of the What I had in mind is a little different and probably not really possible: I wanted to have a completely disconnected history with a commit which had `$privatefile`s but in effect you are doing the same so I think the approach is \"the same\" in effect. -The only thing I would do differently is to first convert files to git-annex in `master` (to become `unredacted-master`), so I end up with the same tree in `unredacted-master` and `master` happen that later I would need to cherry-pick some changes accidentally committed (e.g. by collaborators) on top of `unredacted-master`. - -Another note worthwhile making IMHO is that AFAIK those `git replace` markers are local only, and whoever has unredacted-master later on might need to set them up as well for their local clones to make such a \"collapse\" of histories. -"""]]