Hi, On Tue, 13 Feb 2007, Junio C Hamano wrote: > Just to be on the safe side, let's not run pack-refs from git-gc > without an explicit "[gc] packrefs = true" configuration. It seems to me that the reason are dumb transports, which are very likely to run only from bare repositories. How about checking for a bare repository explicitely, and only if it _is_ bare, check for gc.packrefs, too? Packed refs _do_ have a tremendous advantage (when you have a lot of tags, like many CVS switchers). Ciao, Dscho - 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