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 @@ -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" ,
You can’t perform that action at this time.
0 commit comments