On Tue Jan 31 12:18:55 2023 +0000, Giovanni Mascellani wrote:
I don't know how the others feel about that, but in general my philosophy is that you shouldn't mix refactoring and changing the behavior in a single commit. If you want to change (either fix a bug or implement something new), you do in a commit just dedicated to that; if you want to refactor, you ensure that the external behavior of the program is not changed by that commit. This should help bisections to give useful results.
This makes sense, split.