Thanks, Ian Yes, it's my local gitconfig issue, and it's gone after I add quotes around the name and re-commit the patch.
Thanks, Randy -----Original Message----- From: Ian Romanick [mailto:[email protected]] Sent: Saturday, December 17, 2016 6:07 AM To: Xu, Randy <[email protected]> Cc: [email protected] Subject: Re: [Mesa-dev] [PATCH] Mesa: Return GL error INVALID_OPERATION in case invalid format/type On 12/15/2016 05:25 PM, Xu, Randy wrote: > Thanks, Matt > > I have run "git config --global user.name "Randy Xu"" and see it in > ~/.gitconfig [user] > email = [email protected] > name = Randy Xu Perhaps you need quotes around the name? My ~/.gitconfig has: [user] name = "Ian Romanick" email = [email protected] > While I don’t know why the "git send-email --smtp-server=smtp.intel.com > [email protected] 0001-xxxx.patch" > command always cc the email to [email protected] , which is not valid. Do > you know why? It's possible something in the local .git/config is causing problems. If you do 'git show --format=fuller' on the commit, what does it show for Author: and Commit: lines? If you're using git-format-patch to prepare the patches, you can look at the patch 00??-*.patch files for problems too. > Thanks, > Randy > > -----Original Message----- > From: Matt Turner [mailto:[email protected]] > Sent: Friday, December 16, 2016 9:20 AM > To: Xu, Randy <[email protected]> > Cc: [email protected]; [email protected] > Subject: Re: [Mesa-dev] [PATCH] Mesa: Return GL error > INVALID_OPERATION in case invalid format/type > > On Wed, Dec 14, 2016 at 5:10 PM, Randy Xu <[email protected]> wrote: >> From: "Xu,Randy" <[email protected]> > > Reminder to fix your configured name. > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
