These are some minor cleanups to the checkout-index output when using --temp or --prefix. The first patch fixes a few wrong uses of `path` in write_entry() when it should be `ce->name`, and the second patch removes malformed entries from the --temp output list. Matheus Tavares (2): write_entry(): fix misuses of `path` in error messages checkout-index: omit entries with no tempname from --temp output builtin/checkout-index.c | 39 ++++++++++++++++++++++++++------------- entry.c | 8 ++++---- 2 files changed, 30 insertions(+), 17 deletions(-) -- 2.29.2