[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] test: Add unary operator -E: test that a file is an empty di
From: |
Eric Blake |
Subject: |
Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory |
Date: |
Wed, 6 Apr 2016 11:53:27 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 |
On 04/06/2016 11:14 AM, Mattias Andrée wrote:
> On Wed, 6 Apr 2016 19:09:32 +0200
> <address@hidden> wrote:
>
>> From: Mattias Andrée <address@hidden>
>
> If anyone knows why git send-email inserted
> this line it would be helpful. That line
> shouldn't be there.
Git does that if your outgoing mail "From:" is different from the git
authorship "From:". In your case, the difference is that your git
settings did not specify a "Full Name <address@hidden>" mail line, but
merely an email address "<address@hidden>"; whereas your authorship
included full name. You may want to check that your top-level
~/.gitconfig has these settings:
[user]
name = "Full Name"
email = address@hidden
[sendemail]
from = Full Name <address@hidden>
so that 'git send-email' won't be forced to assume authorship is
different than mail sender.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [PATCH] test: Add unary operator -E: test that a file is an empty directory, maandree, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Eric Blake, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Mattias Andrée, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Assaf Gordon, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Mattias Andrée, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Mattias Andrée, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Michael Stone, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Mattias Andrée, 2016/04/06
- Re: [PATCH] test: Add unary operator -E: test that a file is an empty directory, Michael Stone, 2016/04/06