Re: mailmap distinguishing names

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jul 16, 2009 at 11:09:06AM -0600, Ondrej Certik wrote:
> Hi Kirill!
> 
> >
> > You just do
> >
> >    Ondrej Certik <...@...>   ondrej.certik  <devnull@localhost>
> >
> >
> > in .mailmap
> >
> > See Documentation/mailmap.txt for details
> 
> Many thanks for help, that's exactly what I want.
> 
> Only I think I am probably doing something stupid, because I can't get
> it to work (I use the latest git from git),
> I put this into the root directory:
> 
> $ cat .mailmap
> Ondrej Certik <...@...>   ondrej.certik <devnull@localhost>
> 
> (if have my real address instead of the ...@..), and:
> 
> $ git shortlog -ns
>   654  Ondrej Certik
>   322  Kirill Smelkov
>   268  ondrej.certik
> [...]
> 
> it still shows ondrej.certik.  I will try to debug it why it doesn't
> work, I think according to the documentation it should work.

It does work with the following mailmap:

    Ondrej Certik <ondrej@xxxxxxxxx>    ondrej.certik <devnull@localhost>

before:

$ git shortlog -s | grep -i certik
   654  Ondrej Certik
   268  ondrej.certik


after:

$ git shortlog -s | grep -i certik
   922  Ondrej Certik


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]