[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gits] commit emails on gitlab?



A bit arcane, but here you go:

On the page for the repo, go to settings -> Web Hooks. Set the URL to one of these three values:

http://localhost:4577/ : Sends mail to commits@flux.utah.edu
http://localhost:4577/?mailmembers=1 : Sends mail to commits@flux, plus everyone who is a member of the repo (useful for external collaborators)
http://localhost:4577/?noarchive=1 : Sends mail ONLY to members of the repo, not commits@flux

I’ve been meaning to make this simpler. Someday…

On Mar 15, 2014, at 9:32 AM, Jacobus (Kobus) Van der Merwe <kobus@flux.utah.edu> wrote:

> How do I set up commit emails for a repository on gitlab.flux.utah.edu?
> 
> Thanks
> Kobus