Skip to content

Commit f9c8419

Browse files
committed
TEMP
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
1 parent ee1b782 commit f9c8419

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

git-stacked-rebase.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,14 +1439,14 @@ async function extendCommitsWithBranchEnds(
14391439
(matchedRefs = matchedRefs.some((r) => r?.name() === initialBranch.name())
14401440
? [initialBranch]
14411441
: matchedRefs.filter((r) => !r?.isRemote() /* r?.name().includes("refs/heads/") */)),
1442-
assert(
1443-
matchedRefs.length <= 1,
1444-
"refs/heads/ and refs/remotes/*/ replacement went wrong." +
1445-
bullets(
1446-
"\nmatchedRefs:",
1447-
matchedRefs.map((r) => r.toString())
1448-
)
1449-
),
1442+
// assert(
1443+
// matchedRefs.length <= 1,
1444+
// "refs/heads/ and refs/remotes/*/ replacement went wrong." +
1445+
// bullets(
1446+
// "\nmatchedRefs:",
1447+
// matchedRefs.map((r) => r.toString())
1448+
// )
1449+
// ),
14501450
{
14511451
commit: c,
14521452
commitCommand: commandOrAliasNames[i] || "pick",

0 commit comments

Comments
 (0)