On Thu, Jul 12, 2007 at 07:55:50AM -0500, Brian Downing wrote: > + if (!prefixcmp(arg, "--window-memory=")) { > + if (!git_parse_ulong(arg+15, &window_memory_limit)) > + usage(pack_usage); > + continue; > + } This is incorrect. I had this fixed to +16, but somewhere in my remaking the series it got lost. I will resend the correct patch. -bcd - 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