Re: [PATCH v3 04/11] rerere: mark strings for translation

2018-07-16 Thread Thomas Gummerer
On 07/15, Simon Ruderich wrote: > On Sat, Jul 14, 2018 at 10:44:36PM +0100, Thomas Gummerer wrote: > > 'git rerere' is considered a plumbing command and as such its output > > s/plumbing/porcelain/? Ah yes indeed. Thanks for catching! > Regards > Simon > -- > + privacy is necessary > + using

Re: [PATCH v3 04/11] rerere: mark strings for translation

2018-07-15 Thread Simon Ruderich
On Sat, Jul 14, 2018 at 10:44:36PM +0100, Thomas Gummerer wrote: > 'git rerere' is considered a plumbing command and as such its output s/plumbing/porcelain/? Regards Simon -- + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9

[PATCH v3 04/11] rerere: mark strings for translation

2018-07-14 Thread Thomas Gummerer
'git rerere' is considered a plumbing command and as such its output should be translated. Its functionality is also only enabled through a config setting, so scripts really shouldn't rely on the output either way. Signed-off-by: Thomas Gummerer --- builtin/rerere.c | 4 +-- rerere.c