On Wed, May 30, 2018 at 11:48:32AM +0900, Junio C Hamano wrote: > Jeff King <peff@xxxxxxxx> writes: > > >> - if (list) { > >> - warning("the '-l' option is an alias for '--create-reflog' and"); > >> - warning("has no effect in list mode. This option will soon be"); > >> - warning("removed and you should omit it (or use '--list' instead)."); > >> - } else { > >> - warning("the '-l' alias for '--create-reflog' is deprecated;"); > >> - warning("it will be removed in a future version of Git"); > >> - } > >> - } > >> - > > > > Oh, and did we want to mark these for translation on the step 0 branch? > > Obviously that would impact this hunk. > > I was hoping that we can settle the "multi-line message translation > that can potentially result in different number of lines" issue > before we have to mark the above for translation ;-) Yeah, right after saying that I realized it would create horrible translation-lego. I agree we should punt for now. -Peff