Live data from Hacker News

Nginx has moved to GitHub

mailman.nginx.org

11–20 of 170 posts

Re: Nginx has moved to GitHub

#12
post #2

I wonder how the interim process is handled? They're accepting mailing list updates until the end of the year. Does someone take the mailing list updates and manually PR them into Github? I've never actually used a mailing list so I'm curious how it works.

Remember Linus created git to help deal with an ever escalating inbox full of patches.

Re: Nginx has moved to GitHub

#15
post #4

Recently, I was browsing an open source project I use a lot. "Sign in to search code on GitHub" was kinda discouraging to see. Sure, I can clone it and run grep/ripgrep - but sometimes I like the ability to search the code on the browser. Is it only GitHub where this is a restriction or GitLab is similar?

I believe it was added when they made their search more advanced and presumably more resource intensive.

Re: Nginx has moved to GitHub

#16
post #12
post #2

I wonder how the interim process is handled? They're accepting mailing list updates until the end of the year. Does someone take the mailing list updates and manually PR them into Github? I've never actually used a mailing list so I'm curious how it works.

Remember Linus created git to help deal with an ever escalating inbox full of patches.

You have your history wrong here.

Re: Nginx has moved to GitHub

#18
post #2

I wonder how the interim process is handled? They're accepting mailing list updates until the end of the year. Does someone take the mailing list updates and manually PR them into Github? I've never actually used a mailing list so I'm curious how it works.

No, git is an email driven program, not a terrible-webapp driven program. You pipe the email into git am (if it's from mercurial insert hg-patch-to-git-patch into the pipeline, which iirc just rewrites date formats mainly?)

Re: Nginx has moved to GitHub

#20
post #2

I wonder how the interim process is handled? They're accepting mailing list updates until the end of the year. Does someone take the mailing list updates and manually PR them into Github? I've never actually used a mailing list so I'm curious how it works.

Probably the same as with Mercurial before. Mailing lists are just regular emails that are automatically remailed to multiple recipients.
Post reply on HN