schalkneethling to Programming · 1 year agoGit Thingsmatklad.github.ioexternal-linkmessage-square8fedilinkarrow-up136arrow-down114
arrow-up122arrow-down1external-linkGit Thingsmatklad.github.ioschalkneethling to Programming · 1 year agomessage-square8fedilink
minus-squarethemusicman@lemmy.worldlinkfedilinkarrow-up2·1 year agoQuite the opposite. If you fast forward merge without squashing, you lose the ability to meaningfully bisect, since only the head of each merge is checked by CI - other commits may not even build
minus-squaresnoweMAlinkfedilinkarrow-up1·1 year agoMy point was about merging in general. Unless you’re either Making sure every single commit builds Squashing and merging, with no merge commit Then you’re not going to be able to effectively use git bisect.
Quite the opposite. If you fast forward merge without squashing, you lose the ability to meaningfully bisect, since only the head of each merge is checked by CI - other commits may not even build
My point was about merging in general. Unless you’re either
Then you’re not going to be able to effectively use git bisect.