On Thu, 4 Feb 2010, Shawn O. Pearce wrote: > How about for a transition period we do: > > if (v < 8192) { > warning("max-pack-size is now in bytes, assuming %dm", v); > v *= 1024 * 1024; > } > > So that existing users won't be completely broken if they are > relying on this flag, and have some time to adjust. For 'git fast-import' which is not meant to be directly user operated this makes sense. I don't think this is a good idea for 'git repack' though. In the later case it is best if the user simply adjust right away. Also the warning text above could be less ambigous. Something like: "max-pack-size is now in bytes, assuming --max-pack-size=%dm" 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