File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments