Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > Ralf Thielow wrote: > >> Signed-off-by: Ralf Thielow <ralf.thielow@xxxxxxxxx> >> --- >> builtin/fetch.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> >> if (source_ref) { >> - warning(_("multiple branch detected, incompatible with --set-upstream")); >> + warning(_("multiple branches detected, incompatible with --set-upstream")); > > Long line. Thanks, both. This close to the final, I am reluctant to touch any string inside _(), so let's postpone it to the next cycle, though.