On Thu, Oct 18, 2007 at 02:35:00PM -0300, Gonzalo Garramuno wrote:
I have a project I have been working on for some time and one of its
libraries has grown too much.
I'm now wanting to split that library into a separate git repository.
I'm wondering what's the best way to go around this. Ideally I would like
to have:
Look at the documentation for "git-filter-branch". You can make a new
history for each of the split parts that you want.
-Peff