1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-23 20:46:10 +02:00

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:
Junio C Hamano 2022-09-19 14:35:24 -07:00
commit f876b5a686

View File

@ -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;