Merge branch 'ab/c-translators-comment-style'
Update the C style recommendation for notes for translators, as recent versions of gettext tools can work with our style of multi-line comments. * ab/c-translators-comment-style: C style: use standard style for "TRANSLATORS" comments
This commit is contained in:
@ -340,8 +340,10 @@ static struct notes_tree *init_notes_check(const char *subcommand,
|
||||
|
||||
ref = (flags & NOTES_INIT_WRITABLE) ? t->update_ref : t->ref;
|
||||
if (!starts_with(ref, "refs/notes/"))
|
||||
/* TRANSLATORS: the first %s will be replaced by a
|
||||
git notes command: 'add', 'merge', 'remove', etc.*/
|
||||
/*
|
||||
* TRANSLATORS: the first %s will be replaced by a git
|
||||
* notes command: 'add', 'merge', 'remove', etc.
|
||||
*/
|
||||
die(_("refusing to %s notes in %s (outside of refs/notes/)"),
|
||||
subcommand, ref);
|
||||
return t;
|
||||
|
Reference in New Issue
Block a user