Minor: On Sun, Mar 24, 2024 at 1:00 AM René Scharfe <l.s.r@xxxxxx> wrote: > @@ -308,8 +301,7 @@ static void show_ce_fmt(struct repository *repo, const struct cache_entry *ce, > else if (skip_prefix(format, "(path)", &format)) > write_name_to_buf(&sb, fullname); > else > - die(_("bad ls-files format: %%%.*s"), > - (int)(end - format + 1), format); > + strbuf_expand_bad_format(format, "ls-format"); This last string constant is clearly supposed to be "ls-files". Chris