2006/1/10, Ralf Baechle <ralf@xxxxxxxxxxxxxx>: > It is possible to keep both Linus's and the lmo tree in the same > repository with a _little_ care. I do that all the time. When compressed > this will result in a bloat of just about 10-20MB. > well, in a MIPS repo: $ git repack -a -d $ git prune-packed $ git prune $ du .git 266M .git $ tree .git/objects/ .git/objects/ |-- info | `-- packs `-- pack |-- pack-77ee75692f2944708c9dd65d6ba9100f6647b414.idx `-- pack-77ee75692f2944708c9dd65d6ba9100f6647b414.pack 2 directories, 3 files What kind of magical git commands are you using ? Ivan