Skip to content

Commit c58e38d

Browse files
committed
fixup: stash: convert apply to builtin
This change was introduced upstream in an evil merge. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 73f47ba commit c58e38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/stash--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ static int do_apply_stash(const char *prefix, struct stash_info *info,
329329
if (info->has_u && restore_untracked(&info->u_tree))
330330
return error(_("could not restore untracked files from stash"));
331331

332-
init_merge_options(&o);
332+
init_merge_options(&o, the_repository);
333333

334334
o.branch1 = "Updated upstream";
335335
o.branch2 = "Stashed changes";

0 commit comments

Comments
 (0)