On Tue, 24 Apr 2007, Andy Parkins wrote: > > I think that (2) is the most probable cause of repack growth in your > > case. Just try: > > > > git config --global repack.usedeltabaseoffset true > > git gc > > > > and you should get that 2MB back, possibly a bit more. > > Strangely enough - I didn't - stayed at 97MB. It's probably (1) then. Well... to be sure, also try: git config --global repack.usedeltabaseoffset false git gc and verify that the repository actually grew. If it stays the same then something is not right. Nicolas - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html