Post Undeleted by bobpaul
show/hide this revision's text 2 deleted 164 characters in body; added 172 characters in body

pgs: You're doing

You might need something like "git reflog expire --expire=now --all" before the opposite of what was requested. Paul's answer takes /XYZ/ABC and separates it into it's own repository /ABC.

When he first clones, he'll have /ABC/ABC (along with /ABC/[everything else from XYZ])garbage collection to actually clean the files out. After git filter-branch just removes references in the filter commandhistory, but doesn't remove the CONTENTS of /ABC/ABC replace /ABC.

Basically, it's like he did 'mv /XYZ/ABC /ABC' and magically created a /ABC/.git folder reflog entries that only contains hold the history of stuff from /XYZ/ABC. Neatdata. Of course, test this first.

My disk usage dropped dramatically in doing this, though my initial conditions were somewhat different. Perhaps --subdirectory-filter negates this need, but I doubt it.

    Post Deleted by bobpaul
show/hide this revision's text 1