Browse Source

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

Error message fix.

* km/stash-error-message-fix:
  stash: add missing space to an error message
maint
Junio C Hamano 4 years ago
parent
commit
fa27e2d103
  1. 2
      builtin/stash.c

2
builtin/stash.c

@ -419,7 +419,7 @@ static int do_apply_stash(const char *prefix, struct stash_info *info, @@ -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();

Loading…
Cancel
Save