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 @@ -1347,14 +1347,14 @@ async function extendCommitsWithBranchEnds(
13471347 ( matchedRefs = matchedRefs . some ( ( r ) => r ?. name ( ) === initialBranch . name ( ) )
13481348 ? [ initialBranch ]
13491349 : matchedRefs . filter ( ( r ) => ! r ?. isRemote ( ) /* r?.name().includes("refs/heads/") */ ) ) ,
1350- assert (
1351- matchedRefs . length <= 1 ,
1352- "refs/heads/ and refs/remotes/*/ replacement went wrong." +
1353- bullets (
1354- "\nmatchedRefs:" ,
1355- matchedRefs . map ( ( r ) => r . toString ( ) )
1356- )
1357- ) ,
1350+ // assert(
1351+ // matchedRefs.length <= 1,
1352+ // "refs/heads/ and refs/remotes/*/ replacement went wrong." +
1353+ // bullets(
1354+ // "\nmatchedRefs:",
1355+ // matchedRefs.map((r) => r.toString())
1356+ // )
1357+ // ),
13581358 {
13591359 commit : c ,
13601360 commitCommand : commandOrAliasNames [ i ] || "pick" ,
You can’t perform that action at this time.
0 commit comments