Re: Updated Sourceware infrastructure plans
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha,gmane.comp.gcc.devel,gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Frank" == Frank Ch Eigler <[email protected]> writes: >> [...] I suggest that a basic principle for such a system is that it >> should be *easy* to obtain and maintain a local copy of the history >> of all pull requests. That includes all versions of a pull request, >> if it gets rebased, and all versions of comments, if the system >> allows editing comments. A system that uses git as the source of >> truth for all the pull request data and has refs [...] Frank> Do you know of a system with these characteristics? Based on: https://gerrit-review.googlesource.com/Documentation/dev-design.html#_notedb ... it sounds like this is what gerrit does. Tom