Skip to content

Commit eaf5341

Browse files
kyleamgitster
authored andcommitted
stash: add missing space to an error message
Restore a space that was lost in 8a0fc8d (stash: convert apply to builtin, 2019-02-25). Signed-off-by: Kyle Meyer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c9808fa commit eaf5341

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
@@ -418,7 +418,7 @@ static int do_apply_stash(const char *prefix, struct stash_info *info,
418418
ret = apply_cached(&out);
419419
strbuf_release(&out);
420420
if (ret)
421-
return error(_("conflicts in index."
421+
return error(_("conflicts in index. "
422422
"Try without --index."));
423423

424424
discard_cache();

0 commit comments

Comments
 (0)