CombatWombatEsq@lemmy.world to Programming@programming.dev · 24 hours agoPSA: including a diff in your git commit message can lead to it being applied to the codegithub.comexternal-linkmessage-square11fedilinkarrow-up139arrow-down11
arrow-up138arrow-down1external-linkPSA: including a diff in your git commit message can lead to it being applied to the codegithub.comCombatWombatEsq@lemmy.world to Programming@programming.dev · 24 hours agomessage-square11fedilink
minus-squareElBarto@piefed.sociallinkfedilinkEnglisharrow-up3·18 hours agoWhy didn’t your patch get merged?
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up2·7 hours agoThey wanted me to make some changes and with the normal workflow that’s just git commit and git push. With git send-email I have no fucking idea and it got beyond the point where I had enough cared enough to fight the process.
Why didn’t your patch get merged?
They wanted me to make some changes and with the normal workflow that’s just
git commitandgit push. Withgit send-emailI have no fucking idea and it got beyond the point where I had enough cared enough to fight the process.