Merge branch 'km/stash-error-message-fix'

Error message fix.

* km/stash-error-message-fix:
  stash: add missing space to an error message
This commit is contained in:
Junio C Hamano 2020-11-30 14:49:45 -08:00
commit fa27e2d103

View file

@ -419,7 +419,7 @@ static int do_apply_stash(const char *prefix, struct stash_info *info,
ret = apply_cached(&out);
strbuf_release(&out);
if (ret)
return error(_("conflicts in index."
return error(_("conflicts in index. "
"Try without --index."));
discard_cache();