Skip to content

Commit 75d77c6

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

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
@@ -1348,14 +1348,14 @@ async function extendCommitsWithBranchEnds(
13481348
(matchedRefs = matchedRefs.some((r) => r?.name() === initialBranch.name())
13491349
? [initialBranch]
13501350
: matchedRefs.filter((r) => !r?.isRemote() /* r?.name().includes("refs/heads/") */)),
1351-
assert(
1352-
matchedRefs.length <= 1,
1353-
"refs/heads/ and refs/remotes/*/ replacement went wrong." +
1354-
bullets(
1355-
"\nmatchedRefs:",
1356-
matchedRefs.map((r) => r.toString())
1357-
)
1358-
),
1351+
// assert(
1352+
// matchedRefs.length <= 1,
1353+
// "refs/heads/ and refs/remotes/*/ replacement went wrong." +
1354+
// bullets(
1355+
// "\nmatchedRefs:",
1356+
// matchedRefs.map((r) => r.toString())
1357+
// )
1358+
// ),
13591359
{
13601360
commit: c,
13611361
commitCommand: commandOrAliasNames[i] || "pick",

0 commit comments

Comments
 (0)