Re: Show total commit count of two authors or more authors into first author

4 messages, 3 authors, 2016-06-15 · open the first message on its own page

Re: Show total commit count of two authors or more authors into first author

From: Andreas Schwab <hidden>
Date: 2016-06-15 23:07:23

Jagan Teki [off-list ref] writes:
Out of which below three names are with same author which changed
while submitted patches.
  149  Jagan Teki
  122  Jagannadha Teki
  116  Jagannadha Sutradharudu Teki

I need a command to show to add all commits and show first one as
   387 Jagan Teki

Can anyone help to do this?
See the "MAPPING AUTHORS" section of git-shortlog(1).

       The .mailmap feature is used to coalesce together commits by the same
       person in the shortlog, where their name and/or email address was
       spelled differently.

       If the file .mailmap exists at the toplevel of the repository, or at
       the location pointed to by the mailmap.file or mailmap.blob
       configuration options, it is used to map author and committer names and
       email addresses to canonical real names and email addresses.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Re: Show total commit count of two authors or more authors into first author

From: Jagan Teki <hidden>
Date: 2016-06-15 23:07:23

On 7 December 2015 at 01:01, Andreas Schwab [off-list ref] wrote:
Jagan Teki [off-list ref] writes:
quoted
Out of which below three names are with same author which changed
while submitted patches.
  149  Jagan Teki
  122  Jagannadha Teki
  116  Jagannadha Sutradharudu Teki

I need a command to show to add all commits and show first one as
   387 Jagan Teki

Can anyone help to do this?
See the "MAPPING AUTHORS" section of git-shortlog(1).

       The .mailmap feature is used to coalesce together commits by the same
       person in the shortlog, where their name and/or email address was
       spelled differently.

       If the file .mailmap exists at the toplevel of the repository, or at
       the location pointed to by the mailmap.file or mailmap.blob
       configuration options, it is used to map author and committer names and
       email addresses to canonical real names and email addresses.
Thanks for the info, I'm able to map two author with e-mail but it's
not working when I group 3

$ .mailmap
Jagan Teki [off-list ref] Jagannadha Teki [off-list ref]

The above worked but how about 3 names mapping

$ .mailmap
Jagan Teki [off-list ref] Jagannadha Teki [off-list ref] Jagannadha
Sutradharudu Teki[off-list ref]

Finally I need to map all 3 into Jagan Teki [off-list ref]

-- 
Jagan.

Re: Show total commit count of two authors or more authors into first author

From: brian m. carlson <hidden>
Date: 2016-06-15 23:07:23

On Mon, Dec 07, 2015 at 01:45:19AM +0530, Jagan Teki wrote:
Thanks for the info, I'm able to map two author with e-mail but it's
not working when I group 3

$ .mailmap
Jagan Teki [off-list ref] Jagannadha Teki [off-list ref]

The above worked but how about 3 names mapping

$ .mailmap
Jagan Teki [off-list ref] Jagannadha Teki [off-list ref] Jagannadha
Sutradharudu Teki[off-list ref]

Finally I need to map all 3 into Jagan Teki [off-list ref]
You probably want to map two at a time.  So something like this:

  Jagan Teki [off-list ref] Jagannadha Teki [off-list ref]
  Jagan Teki [off-list ref] Jagannadha Sutradharudu Teki [off-list ref]
-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | https://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Re: Show total commit count of two authors or more authors into first author

From: Jagan Teki <hidden>
Date: 2016-06-15 23:07:23

On 7 December 2015 at 02:50, brian m. carlson
[off-list ref] wrote:
On Mon, Dec 07, 2015 at 01:45:19AM +0530, Jagan Teki wrote:
quoted
Thanks for the info, I'm able to map two author with e-mail but it's
not working when I group 3

$ .mailmap
Jagan Teki [off-list ref] Jagannadha Teki [off-list ref]

The above worked but how about 3 names mapping

$ .mailmap
Jagan Teki [off-list ref] Jagannadha Teki [off-list ref] Jagannadha
Sutradharudu Teki[off-list ref]

Finally I need to map all 3 into Jagan Teki [off-list ref]
You probably want to map two at a time.  So something like this:

  Jagan Teki [off-list ref] Jagannadha Teki [off-list ref]
  Jagan Teki [off-list ref] Jagannadha Sutradharudu Teki [off-list ref]
I tried this before seems like some more hidden name's with same
author. anyway I found all and mapped the same. Thanks you very much.

-- 
Jagan.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help