diff --git a/git-stacked-rebase.ts b/git-stacked-rebase.ts index 453d08fe..a84ade07 100755 --- a/git-stacked-rebase.ts +++ b/git-stacked-rebase.ts @@ -258,18 +258,18 @@ export const gitStackedRebase = async ( initialBranch, currentBranch, // __default__pathToStackedRebaseTodoFile - pathToStackedRebaseTodoFile, - () => - getWantedCommitsWithBranchBoundariesUsingNativeGitRebase({ - gitCmd: options.gitCmd, - repo, - initialBranch, - currentBranch, - dotGitDirPath, - pathToRegularRebaseTodoFile, - pathToStackedRebaseTodoFile, - pathToRegularRebaseDirInsideDotGit, - }) + pathToStackedRebaseTodoFile + // () => + // getWantedCommitsWithBranchBoundariesUsingNativeGitRebase({ + // gitCmd: options.gitCmd, + // repo, + // initialBranch, + // currentBranch, + // dotGitDirPath, + // pathToRegularRebaseTodoFile, + // pathToStackedRebaseTodoFile, + // pathToRegularRebaseDirInsideDotGit, + // }) ); if (!wasRegularRebaseInProgress || options.viewTodoOnly) { @@ -979,6 +979,7 @@ async function getWantedCommitsWithBranchBoundariesOurCustomImpl( return extendCommitsWithBranchEnds(repo, bb, wantedCommits); } +noop(getWantedCommitsWithBranchBoundariesUsingNativeGitRebase); async function getWantedCommitsWithBranchBoundariesUsingNativeGitRebase({ gitCmd, repo,