maxint@programming.dev to Programming@programming.devEnglish · 5 days agoGit without a forgewww.chiark.greenend.org.ukexternal-linkmessage-square54fedilinkarrow-up11arrow-down10cross-posted to: [email protected]
arrow-up11arrow-down1external-linkGit without a forgewww.chiark.greenend.org.ukmaxint@programming.dev to Programming@programming.devEnglish · 5 days agomessage-square54fedilinkcross-posted to: [email protected]
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up0·5 days agoDid you not do code reviews? It’s the main thing I would miss. Being able to comment in-line, and manage iterations, is very valuable to me.
minus-squaresolrize@lemmy.worldlinkfedilinkarrow-up0·4 days agoGerrit still exists for that. Whether it’s currently best, idk.
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up0·4 days agoGerrit is a hosted service, no?
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up0·4 days agoTheir comment was about not having any hosted service though.
minus-squaresolrize@lemmy.worldlinkfedilinkarrow-up0·3 days agoWhat does that even mean? If it’s a service, it’s a program running on some computer somewhere. Is that not hosting?
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up0·edit-23 days agoThey were talking about hosting the git repository via sftp - so bare file transfer - a bare repository. And how that was enough for them. While that is also hosted, and hosted through a service, it’s only a file transfer service and hosting. That means specifically without a hosted service like a forge or gerrit. Which is why I was interested in how they handle stuff that is usually done through such forges and services / hosted software.
minus-squaresolrize@lemmy.worldlinkfedilinkarrow-up0·3 days agoOh I see. The Linux kernel has been doing fine with mailing lists (LKML) for decades, if that helps.
minus-squaremesa@lemmy.worldlinkfedilinkEnglisharrow-up0·5 days agoWe did. You bring down the branch and then discuss. We used jetbrains and it had a function like that. But it was a while back.
Did you not do code reviews? It’s the main thing I would miss. Being able to comment in-line, and manage iterations, is very valuable to me.
Gerrit still exists for that. Whether it’s currently best, idk.
Gerrit is a hosted service, no?
You can self host it.
Their comment was about not having any hosted service though.
What does that even mean? If it’s a service, it’s a program running on some computer somewhere. Is that not hosting?
They were talking about hosting the git repository via sftp - so bare file transfer - a bare repository. And how that was enough for them.
While that is also hosted, and hosted through a service, it’s only a file transfer service and hosting.
That means specifically without a hosted service like a forge or gerrit.
Which is why I was interested in how they handle stuff that is usually done through such forges and services / hosted software.
Oh I see. The Linux kernel has been doing fine with mailing lists (LKML) for decades, if that helps.
We did. You bring down the branch and then discuss. We used jetbrains and it had a function like that. But it was a while back.