Thread (2 messages) flat view 2 messages, 2 authors, 2021-11-04

Re: [PATCH v2] i18n: fix typos found during l10n for git 2.34.0

From: Junio C Hamano <hidden>
Date: 2021-11-03 16:33:06

Bagas Sanjaya [off-list ref] writes:
quoted
diff --git a/ref-filter.c b/ref-filter.c
index 282cdad103..08a3f839c9 100644
--- a/ref-filter.c
+++ b/ref-filter.c
@@ -1037,7 +1037,7 @@ int verify_ref_format(struct ref_format *format)
  		     format->quote_style == QUOTE_TCL) &&
  		     used_atom[at].atom_type == ATOM_RAW &&
  		     used_atom[at].u.raw_data.option == RAW_BARE)
-			die(_("--format=%.*s cannot be used with"
+			die(_("--format=%.*s cannot be used with "
  			      "--python, --shell, --tcl"), (int)(ep - sp - 2), sp + 2);
  		cp = ep + 1;
  
Why not using \n?
It is not quite clear to me why it should.

Among the possible string that is (ep - sp - 2) bytes long (i.e.
--python, --shell, --tcl, --raw), even with the longest, the
resulting message would become

    fatal: --format=--python cannot be used with
    --python, --shell, --tcl.

that is unusually short with such a newline in the middle.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help