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 ;-)