Merge branch 'ab/c-translators-comment-style' into maint
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:
@ -464,7 +464,8 @@ static int do_recursive_merge(struct commit *base, struct commit *next,
|
||||
|
||||
if (active_cache_changed &&
|
||||
write_locked_index(&the_index, &index_lock, COMMIT_LOCK))
|
||||
/* TRANSLATORS: %s will be "revert", "cherry-pick" or
|
||||
/*
|
||||
* TRANSLATORS: %s will be "revert", "cherry-pick" or
|
||||
* "rebase -i".
|
||||
*/
|
||||
return error(_("%s: Unable to write new index file"),
|
||||
|
Reference in New Issue
Block a user