We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc3c15 commit 7dbde78Copy full SHA for 7dbde78
git_sim/git_sim_rebase.py
@@ -66,7 +66,9 @@ def construct(self):
66
67
reached_base = False
68
for commit in self.commits:
69
- if self.args.branch[0] in self.repo.git.branch("--contains", commit):
+ if commit != "dark" and self.args.branch[0] in self.repo.git.branch(
70
+ "--contains", commit
71
+ ):
72
reached_base = True
73
74
self.parse_commits(
0 commit comments