Y
Hacker News
new
|
ask
|
show
|
jobs
by
k_
1354 days ago
Good luck bisecting such a repository, unless you squash PRs (for which build passes of course)
1 comments
WorldMaker
1354 days ago
git bisect --first-parent bisects only the straight line of first parents of merge commits. If you --no-ff PRs and always have merge commits, it is essentially a bisect at the PR level without any need to squash the graph.
link