зеркало из https://github.com/microsoft/git.git
Merge branch 'zh/ls-files-format'
Typofix in the UI of a topic that has graduated to 'master'. * zh/ls-files-format: ls-files: fix black space in error message
This commit is contained in:
Коммит
f876b5a686
|
@ -257,7 +257,7 @@ static size_t expand_show_index(struct strbuf *sb, const char *start,
|
|||
|
||||
end = strchr(start + 1, ')');
|
||||
if (!end)
|
||||
die(_("bad ls-files format: element '%s'"
|
||||
die(_("bad ls-files format: element '%s' "
|
||||
"does not end in ')'"), start);
|
||||
|
||||
len = end - start + 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче