| ▲ | hinkley 4 days ago | ||||||||||||||||
Ah, in that case the JetBrains diff tool lets you annotate inside the diff window and I can usually walk back to where this possible off by one error was first authored that way. It probably would be slightly faster to jump to bisect. But it’s not in my muscle memory. | |||||||||||||||||
| ▲ | adastra22 4 days ago | parent [-] | ||||||||||||||||
I'm not sure what you mean by "annotate inside the diff window"? If you mean see what commit added code, that's what git-blame is for. Bisect is for when you don't know which code, just the behavior. | |||||||||||||||||
| |||||||||||||||||