Re: Truncating and cleaning a imported git repositary to make it more usable

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Avery Pennarun
Date: Friday, March 28, 2008 - 5:50 am

On 3/28/08, Alex Bennee <kernel-hacker@bennee.com> wrote:

You used git-repack and git-gc, right?  If not, the repo will be
bigger than it should be.


"git show-branch -a" probably does what you want.


You probably want to look at git-filter-branch, particularly the
--parent-filter option.

Note that 2(a) would be easiest if you just did it before importing
from CVS at all, since it's easy to remove old modules from CVS just
by moving the files out of the way.

Have fun,

Avery
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Truncating and cleaning a imported git repositary to m ..., Avery Pennarun, (Fri Mar 28, 5:50 am)
Re: Truncating and cleaning a imported git repositary to m ..., Michael Haggerty, (Sat Mar 29, 10:51 am)