[lldb-dev] [GitHub] RFC: Enforcing no merge commit policy

Tom Stellard via lldb-dev lldb-dev at lists.llvm.org
Wed Mar 20 11:19:11 PDT 2019


On 03/20/2019 10:41 AM, Zachary Turner wrote:
> 
> 
> On Tue, Mar 19, 2019 at 12:00 PM Tom Stellard via lldb-dev <lldb-dev at lists.llvm.org <mailto:lldb-dev at lists.llvm.org>> wrote:
> 
>     Hi,
> 
>     I would like to follow up on the previous thread[1], where there was a consensus
>     to disallow merge commits in the llvm github repository, and start a discussion
>     about how we should enforce this policy.
> 
>     Unfortunately, GitHub does not provide a convenient way to fully enforce this policy.
> 
>  
> Why isn't this enforceable with a server-side pre-receive hook?

GitHub[1] only supports pre-receive hooks in the 'Enterprise Server'
plan, which is for self-hosted github instances.

-Tom

[1] https://github.com/pricing


More information about the lldb-dev mailing list