Re: Regressions getting more common
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2020-10-13 9:13 p.m., Matt Rice via Gdb wrote: > Speaking of gerrit, I noticed that the server side git hooks, used by > https://git-repo.info/ > for its repo -upload/git pull-request functionality has landed in git master, > and is slated to be in the next git release... > > https://git.kernel.org/pub/scm/git/git.git/commit/?id=6c430a647cb990fc856d328733fa59e1fafadb97 > > Which seems like an interesting new approach for this stuff. Interesting. If I understand correctly, this allows implementing something similar to Gerrit's magic branches, where when you push to it, a script/hook on the server can do something arbitrary with it? In any case, I don't think we'll want to develop anything new here, that wouldn't be a very good way to spend our time. But perhaps this will lead to useful tools being developed in the future. Simon