Skip to content

Commit

Permalink
Merge branch 'zh/ls-files-format' into jch
Browse files Browse the repository at this point in the history
Typofix in the UI of a topic that has graduated to 'master'.

* zh/ls-files-format:
  ls-files: fix black space in error message
  • Loading branch information
gitster committed Sep 13, 2022
2 parents 709c5d7 + 746aae3 commit fc6d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/ls-files.c
Expand Up @@ -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;
Expand Down

0 comments on commit fc6d361

Please sign in to comment.