https://bugs.documentfoundation.org/show_bug.cgi?id=160522
--- Comment #12 from Noel Grandin <[email protected]> --- buovjaga, so, when I want to track down which part of a larger patch caused a bug, what I do (*) first do a revert, and fix up any merging issues. (*) Then I make a patch out of the revert (git format-patch -1). (*) Then I apply that patch (git apply foo). (*) Then I reset half of the files modified. Then I test that. (*) Depending on if that works our not, I know which half of patch caused the bug. (*) Then I repeat, doing cutting the affected files in half until I find the file that caused the problem. (*) Then I reset only part of the file, and repeat until I find the smallest chunk that caused the problem. -- You are receiving this mail because: You are the assignee for the bug.
