I have two Git repositories which I'll call *A* and *B*. Repo *B* happens to be a submodule of Repo *A*.
Repo *B* is chock full of binary files that I'd like to wipe from history. (These are private repos so I won't be screwing anyone else up by changing history.) I can easily run a branch-filter command to erase those files from repo *B*'s history. That's not my problem. My problem is that, after running branch-filter on repo *B*, thousands of commits in repo *A* will now point to (now-invalid) commits in repo *B*. So my question is: How do I modify the history of repo *A* so that each commit of repo *A* points to the correct commit of repo *B*, after having run branch-filter on repo *B*? Thanks for your help! Walt -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/1TCTNZdU_HkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
