<div dir="ltr" class="gmail_msg">Hello,</div><span>
</span><p dir="ltr" class="gmail_msg">what came to my mind after a good night’s sleep is git-series[1]. It resembles the BZ/Gerrit workflows in that it keeps track of the evolution of a patch series. See the project’s README for more info.</p><span>
</span><p dir="ltr" class="gmail_msg">I wouldn’t say, though, that it should be a requirement for developers. I know such iterations can hold vital information that can get lost in the middle of a rebase, but depending on this feature would put extra burden on anyone who wants to commit some typo changes. Also, it is not part of vanilla Git (yet?) and installing it may not be straightforward on some older machines.</p><span>
</span><p dir="ltr" class="gmail_msg">Best,<br class="gmail_msg">
Gergely</p><span>
</span><p dir="ltr" class="gmail_msg">[1] <a href="https://github.com/git-series/git-series">https://github.com/git-series/git-series</a></p><span>
</span><br class="gmail_msg"><div class="gmail_quote gmail_msg"><div dir="ltr" class="gmail_msg">On Tue, Nov 1, 2016, 18:34 Martin Klapetek <<a href="mailto:mklapetek@kde.org" class="gmail_msg" target="_blank">mklapetek@kde.org</a>> wrote:<br class="gmail_msg"></div><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="gmail_msg">Hey,<div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">first of all, thanks George and Alex for pushing the work forward!</div><div class="gmail_msg"><div class="gmail_extra gmail_msg"><br class="gmail_msg"><div class="gmail_quote gmail_msg"></div></div></div></div><div dir="ltr" class="gmail_msg"><div class="gmail_msg"><div class="gmail_extra gmail_msg"><div class="gmail_quote gmail_msg">On Sun, Oct 30, 2016 at 12:59 PM, George Kiagiadakis <span dir="ltr" class="gmail_msg"><<a href="mailto:gkiagia@tolabaki.gr" class="gmail_msg" target="_blank">gkiagia@tolabaki.gr</a>></span> wrote:<br class="gmail_msg"></div></div></div></div><div dir="ltr" class="gmail_msg"><div class="gmail_msg"><div class="gmail_extra gmail_msg"><div class="gmail_quote gmail_msg"><blockquote class="gmail_quote gmail_msg" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br class="gmail_msg">
<br class="gmail_msg"><snip><br class="gmail_msg">
<br class="gmail_msg">
Moving to Github<br class="gmail_msg">
================<br class="gmail_msg"></blockquote><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">This is some great news! I realize it's too late now so I'll merely mention</div><div class="gmail_msg">this perhaps for future reference, but there's also Gitlab, where for example</div><div class="gmail_msg">the Accounts SSO project is hosted. Gitlab is more free-as-in-freedom software</div><div class="gmail_msg">friendly and regularly releases open source version of their server. I feel like</div><div class="gmail_msg">a free software project fits better with Gitlab rather than Github, but I can also</div><div class="gmail_msg">see why Github is the obvious choice.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">On the issue of Bugzilla vs Github for patches - well, Bugzilla is a tool meant</div><div class="gmail_msg">for bugs, not really for patch reviews, especially with git workflows. Github is</div><div class="gmail_msg">much much more better equipped for code reviews and accepting patches.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">I mean reviews like <a href="https://bugs.freedesktop.org/show_bug.cgi?id=34416" class="gmail_msg" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=34416</a></div><div class="gmail_msg">require so much manual work, copy paste and context switching while forcing</div><div class="gmail_msg">the patch to be contained in narrow column (I have a 27" screen, I want to use all</div><div class="gmail_msg">of my screen). I find this terrible for reviews compared to, say, Github reviews,</div><div class="gmail_msg">which also allows to maintain clean comments threads (in addition to clean commit</div><div class="gmail_msg">history).</div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg"><br class="gmail_msg"></span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">I as a developer want to do as </span><span style="font-size:12.8px" class="gmail_msg">little work as possible when it comes to posting</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">patches but also reviewing patches. </span><span style="font-size:12.8px" class="gmail_msg">I'm reading the diff, I want to say something about</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">the line I'm reading right now, </span><span style="font-size:12.8px" class="gmail_msg">I click it, I write my thoughts, I press a button, all done.</span></div><div class="gmail_msg">The bugzilla that's hosted on FDO is in no way "<span style="font-size:12.8px" class="gmail_msg">great system for patch review", sorry.</span><br class="gmail_msg"></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg"><br class="gmail_msg"></span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">I'd vote for having issues on Github too. It keeps the project together, doesn't</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">require two very different accounts (Github and Bugzilla) to work on one project</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">and finally, Github issues are integrated out-of-the-box with the Github reviews.</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">Bugzilla as it stands doesn't really offer much over Github's issues, so imo no</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">reason to not keep the project all under single roof. It should be where the development</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">happens.</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg"><br class="gmail_msg"></span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">Wiki - as Gergely mentioned, Github pages may be a very good alternative. From</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">there it could even link to individual project's wikis.</span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg"><br class="gmail_msg"></span></div><div class="gmail_msg"><span style="font-size:12.8px" class="gmail_msg">Cheers</span></div></div></div></div></div><div dir="ltr" class="gmail_msg"><div class="gmail_msg"><div class="gmail_extra gmail_msg">-- <br class="gmail_msg"><div class="m_2220443552800737817m_136151602335770225gmail_signature gmail_msg"><span style="color:rgb(102,102,102)" class="gmail_msg">Martin Klapetek | KDE Developer</span></div>
</div></div></div>
_______________________________________________<br class="gmail_msg">
telepathy mailing list<br class="gmail_msg">
<a href="mailto:telepathy@lists.freedesktop.org" class="gmail_msg" target="_blank">telepathy@lists.freedesktop.org</a><br class="gmail_msg">
<a href="https://lists.freedesktop.org/mailman/listinfo/telepathy" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.freedesktop.org/mailman/listinfo/telepathy</a><br class="gmail_msg">
</blockquote></div>