[llvm-dev] GitHub Hooks

Chandler Carruth via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 19 16:36:09 PDT 2016


I've not read all of the github threads, so sorry if this has been brought
up, but...

On Tue, Jul 19, 2016 at 1:27 PM Renato Golin via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

>   1. Pre-commit hooks, avoiding forced pushes / re-order
>
> GitHub doesn't support server hooks due to security concerns.
>

GitHub does support protected branches which prevent forced pushes. I've
even played with them in the llvm GitHub project and they work as expected.
It should give the exact workflow that I think LLVM devs are used to with
Subversion of post-commit review.

-Chandler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160719/1d7ad314/attachment.html>


More information about the llvm-dev mailing list