Skip to content

Commit fa27e2d

Browse files
committed
Merge branch 'km/stash-error-message-fix'
Error message fix. * km/stash-error-message-fix: stash: add missing space to an error message
2 parents 43c1c79 + eaf5341 commit fa27e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/stash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ static int do_apply_stash(const char *prefix, struct stash_info *info,
419419
ret = apply_cached(&out);
420420
strbuf_release(&out);
421421
if (ret)
422-
return error(_("conflicts in index."
422+
return error(_("conflicts in index. "
423423
"Try without --index."));
424424

425425
discard_cache();

0 commit comments

Comments
 (0)