Skip to content

Commit 9b6e423

Browse files
committed
fixup: stash: convert store to builtin
This change was introduced upstream in an evil merge. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 06b5b8f commit 9b6e423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builtin/stash--helper.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,8 @@ static int store_stash(int argc, const char **argv, const char *prefix)
779779
return -1;
780780
}
781781

782-
if (get_oid_with_context(argv[0], quiet ? GET_OID_QUIETLY : 0, &obj,
782+
if (get_oid_with_context(the_repository,
783+
argv[0], quiet ? GET_OID_QUIETLY : 0, &obj,
783784
&dummy)) {
784785
if (!quiet)
785786
fprintf_ln(stderr, _("Cannot update %s with %s"),

0 commit comments

Comments
 (0)