It would appear that there is a bug in git, at least as of 1.6.5.7, in the gc command. When gc.auto is non-zero, it appears to consider packfiles as "loose" - this conflicts with pack.packSizeLimit, insofar as I have pack.packSizeLimit set to 2M (which appears to work). If gc.auto is, say, 50 - once I exceed 50 2MB packs then gc --auto repacks *every single time* it is run. This is unexpected, at least. -- Jon -- 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