On Mon, Sep 9, 2013 at 9:21 PM, Jeff King <peff@xxxxxxxx> wrote: > 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. I'm asking about the ones in shell, because this is a shell script. -- Felipe Contreras -- 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