(no title)
gregthelaw | 1 year ago
I think every commit that gets merged to main should be an atomic believed-to-work thing. Not only does this make bisect way more effective, but it's a much better narrative for others to read. You should write code to be as readable by others as possible, and your git history likewise.
Izkata|1 year ago
forrestthewoods|1 year ago
git bisect should operate on bisectable commits. Which may not be all commits. Git is missing information. This is, imho, a flaw in Git.
badmintonbaseba|1 year ago