Skip to content

Commit f876b5a

Browse files
committed
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
2 parents 339517b + 746aae3 commit f876b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/ls-files.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ static size_t expand_show_index(struct strbuf *sb, const char *start,
257257

258258
end = strchr(start + 1, ')');
259259
if (!end)
260-
die(_("bad ls-files format: element '%s'"
260+
die(_("bad ls-files format: element '%s' "
261261
"does not end in ')'"), start);
262262

263263
len = end - start + 1;

0 commit comments

Comments
 (0)