Eric Anholt <e...@anholt.net> writes:
[snip -- move demos to separate repo]

*shrug*, doesn't affect me much, but sounds like a good idea.

> I'm not sure if we want the repository to contain all of previous
> Mesa history.  Right now that history costs 145MB on disk for a deep
> checkout.  If that's a problem for people, we could use the same tool
> that xcb did whose name I forget to to construct a history of just
> progs/

You're thinking of git filter-branch.  It can, indeed, drastically
reduce repository size.  Probably this:

  git filter-branch --subdirectory-filter progs -- --all

is what you want.  Might want to delete (some?) branches and tags
afterwards too.

HTH,

-tom

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to