diff options
author | Jeff King <peff@peff.net> | 2020-08-07 04:56:49 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-07 12:01:57 -0700 |
commit | 7c694024d4e119438a555469814e7d6ff0bac116 (patch) | |
tree | 2f7d77117fbd3332b1d431999b6e4214fafd1333 /ci | |
parent | Git 2.28 (diff) | |
download | tgif-7c694024d4e119438a555469814e7d6ff0bac116.tar.xz |
sideband: mark "remote error:" prefix for translation
A Git client may produce a "remote error:" message (along with whatever
error the other side sent us) in two places:
- when we see an ERR packet
- when we're using a sideband and see sideband 3
We can't reliably translate the message the other side sent us, but we
can do so for our own prefix. However, we translate only the ERR-packet
case but not the sideband-3 case. Let's make them consistent (by marking
both for translation).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions