On Mon, Aug 25, 2014 at 05:06:22PM +0200, Steffen Prohaska wrote: > I think it's reasonable that GIT_ALLOC_LIMIT=0 means "no limit", so that > the limit can easily be disabled temporarily. IMHO, GIT_ALLOC_LIMIT= (i.e., the empty string) would be a good way to say that (and I guess that even works currently, due to the way atoi works, but I suspect git_parse_ulong might complain). It is probably not worth worrying about too much. This is not even a user-facing interface, and the test scripts just set it to 0. So I'd be OK going that direction, or just leaving it as-is. -Peff -- 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