On Mon, Sep 09, 2013 at 05:49:36PM -0500, Felipe Contreras wrote: > > These deprecation warning messages should be written to stderr, and > > should probably be prefixed with "WARNING: ". > > Is there any deprecation warning that works this way? The ones in C code typically use warning(), which will prefix with "warning:" and write to stderr. They do not use all-caps, though. Try "git log --grep=deprecate -Swarning" for some examples. -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