I've been running the git filter-branch described here 
<http://stackoverflow.com/questions/14759345/how-to-split-a-git-repository-and-follow-directory-renames.>
. But the resulting history includes at least two extraneous commits, i.e., 
commits that appear to affect no files in the subdirectory of interest. 
(The corresponding commits in the original history do affect files, but 
those files are in another subdirectory.)

I also noticed the occurrence of several "duplicate parent" errors during 
the git filter-branch. This page 
<http://stackoverflow.com/questions/15161809/git-duplicate-parent-causes-half-the-history-to-to-disappear>
 
says that those errors can produce an incomplete new history, so I'm now 
wondering if, in addition to including extraneous commits, my new history 
might also be missing some. Along with this page 
<http://stackoverflow.com/questions/7489713/git-duplicate-parent/7501703#7501703>,
 
the page says that the "duplicate parent" errors should disappear if "git 
filter-branch" is first run with no filter. But that didn't work for me.

Thoughts?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to