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:i...@freedesktop.org] 
Sent: Saturday, December 17, 2016 6:07 AM
To: Xu, Randy <randy...@intel.com>
Cc: mesa-dev@lists.freedesktop.org
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 = randy...@intel.com
>         name = Randy Xu

Perhaps you need quotes around the name?  My ~/.gitconfig has:

[user]
        name = "Ian Romanick"
        email = ian.d.roman...@intel.com

> While I don’t know why the "git send-email --smtp-server=smtp.intel.com 
> --to=mesa-dev@lists.freedesktop.org 0001-xxxx.patch" 
> command always cc the email to x...@freedesktop.org , 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:matts...@gmail.com]
> Sent: Friday, December 16, 2016 9:20 AM
> To: Xu, Randy <randy...@intel.com>
> Cc: mesa-dev@lists.freedesktop.org; x...@freedesktop.org
> 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 <randy...@intel.com> wrote:
>> From: "Xu,Randy" <randy...@intel.com>
> 
> Reminder to fix your configured name.
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to