On 7/18/08, luisgutz [off-list ref] wrote:
Is there any way to import that directory into repoA with all it's history,
but NOT the history from the other commits?
Another way of putting is this: can I make git forget the history of all
other commits but those from this directory?
Try cloning the repository, then running git-filter-branch with the
--subdirectory-filter option. It works quite nicely.
Have fun,
Avery