Re: [PATCH] branch: issue "-l" deprecation warning after pager starts
From: Junio C Hamano <hidden>
Date: 2018-05-30 02:48:39
Jeff King [off-list ref] writes:
quoted
- 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 ;-)