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:
@ -419,7 +419,7 @@ static int do_apply_stash(const char *prefix, struct stash_info *info,
|
|||||||
ret = apply_cached(&out);
|
ret = apply_cached(&out);
|
||||||
strbuf_release(&out);
|
strbuf_release(&out);
|
||||||
if (ret)
|
if (ret)
|
||||||
return error(_("conflicts in index."
|
return error(_("conflicts in index. "
|
||||||
"Try without --index."));
|
"Try without --index."));
|
||||||
|
|
||||||
discard_cache();
|
discard_cache();
|
||||||
|
Reference in New Issue
Block a user