Skip to content

Commit 1b8e822

Browse files
committed
Merge branch 'jk/maint-checkout-orphan-check-fix' into maint
* jk/maint-checkout-orphan-check-fix: checkout: don't confuse ref and object flags
2 parents eb53600 + add416a commit 1b8e822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/checkout.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ static int add_pending_uninteresting_ref(const char *refname,
605605
const unsigned char *sha1,
606606
int flags, void *cb_data)
607607
{
608-
add_pending_sha1(cb_data, refname, sha1, flags | UNINTERESTING);
608+
add_pending_sha1(cb_data, refname, sha1, UNINTERESTING);
609609
return 0;
610610
}
611611

0 commit comments

Comments
 (0)