You can email the list, what url says that? -Chris> On Jan 20, 2015, at 9:31 AM, Greg Fitzgerald <garious at gmail.com> wrote: > > Ping > >> On Mon, Jan 19, 2015 at 9:52 AM, Greg Fitzgerald <garious at gmail.com> wrote: >> I am not a member of the llvm-admin email list and on the description >> of that page it says, "DO NOT MAIL THIS LIST!" So how do we contact >> the LLVM admins? I'm hoping to add the '--use-log-author' flag to the >> git mirrors'. >> >> Thanks, >> Greg > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Hi Chris,> what url says that?http://lists.cs.uiuc.edu/mailman/listinfo/llvm-admin> You can email the listI sent 3 emails to the list Friday. Maybe one has to be a member of the list for the message to go through? else silently piped to /dev/null? Thanks, Greg
It's in the first section of the list info [1]. [1]: http://lists.cs.uiuc.edu/mailman/listinfo/llvm-admin> This is an internal list for LLVM administrators only. > > DO NOT MAIL THIS LIST! > > To see the collection of prior postings to the list, visit the llvm-admin Archives. (The current archive is only available to the list members.) >> On 2015 Jan 20, at 15:41, Chris Lattner <clattner at apple.com> wrote: > > You can email the list, what url says that? > > -Chris > >> On Jan 20, 2015, at 9:31 AM, Greg Fitzgerald <garious at gmail.com> wrote: >> >> Ping >> >>> On Mon, Jan 19, 2015 at 9:52 AM, Greg Fitzgerald <garious at gmail.com> wrote: >>> I am not a member of the llvm-admin email list and on the description >>> of that page it says, "DO NOT MAIL THIS LIST!" So how do we contact >>> the LLVM admins? I'm hoping to add the '--use-log-author' flag to the >>> git mirrors'. >>> >>> Thanks, >>> Greg >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
I had this problem last year. Chris asked me to ignore the warning. I don't recall if they were going to get rid of it or if it's a way to discourage high traffic on that list. Diego. On Tue, Jan 20, 2015 at 6:53 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:> It's in the first section of the list info [1]. > > [1]: http://lists.cs.uiuc.edu/mailman/listinfo/llvm-admin > >> This is an internal list for LLVM administrators only. >> >> DO NOT MAIL THIS LIST! >> >> To see the collection of prior postings to the list, visit the llvm-admin Archives. (The current archive is only available to the list members.) >> > > >> On 2015 Jan 20, at 15:41, Chris Lattner <clattner at apple.com> wrote: >> >> You can email the list, what url says that? >> >> -Chris >> >>> On Jan 20, 2015, at 9:31 AM, Greg Fitzgerald <garious at gmail.com> wrote: >>> >>> Ping >>> >>>> On Mon, Jan 19, 2015 at 9:52 AM, Greg Fitzgerald <garious at gmail.com> wrote: >>>> I am not a member of the llvm-admin email list and on the description >>>> of that page it says, "DO NOT MAIL THIS LIST!" So how do we contact >>>> the LLVM admins? I'm hoping to add the '--use-log-author' flag to the >>>> git mirrors'. >>>> >>>> Thanks, >>>> Greg >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Below is a copy of the email I sent to llvm-admin. If it is lost in the ether, can you reply on this thread? There's an LLD contributor looking to add an ARMv7 backend. It's a significant contribution so I'd like to land the patch under the correct author. Hi LLVM admins, I'd like to commit patches on behalf of others, but I'm not comfortable simply adding "Patch by <name>" to the log message. When people use "git blame", they will see my name instead of the original author. We can fix this by adding the '--use-log-author' flag anywhere the git mirror currently invokes "git svn fetch". This will cause git-svn to look for the text "From: <email>" in the commit message and use it to set the Author field in the git commit. Committers can set the "From: <email>" text by hand or by using '--add-author-from' when invoking "git svn dcommit". Could someone please upgrade git-svn to a version supporting this flag and update the git mirrors to call "git svn --use-log-author fetch"? Thanks, Greg On Tue, Jan 20, 2015 at 3:52 PM, Greg Fitzgerald <garious at gmail.com> wrote:> Hi Chris, > >> what url says that? > > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-admin > > >> You can email the list > > I sent 3 emails to the list since Friday. Maybe one has to be a member of > the list for the message to go through? else silently piped to > /dev/null? > > Thanks, > Greg