From: Andreas Schwab <schwab@linux-m68k.org>
To: Jagan Teki <jagannadh.teki@gmail.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: Show total commit count of two authors or more authors into first author
Date: Sun, 06 Dec 2015 20:31:56 +0100 [thread overview]
Message-ID: <87wpsrz843.fsf@igel.home> (raw)
In-Reply-To: <CAD6G_RQ2Ub8HasupNbUFK2LJfir25tNFTqrqU2ELoEJHOibzHA@mail.gmail.com> (Jagan Teki's message of "Mon, 7 Dec 2015 00:53:35 +0530")
Jagan Teki <jagannadh.teki@gmail.com> 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."
next prev parent reply other threads:[~2015-12-06 19:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-06 19:23 Show total commit count of two authors or more authors into first author Jagan Teki
2015-12-06 19:31 ` Andreas Schwab [this message]
2015-12-06 20:15 ` Jagan Teki
2015-12-06 21:20 ` brian m. carlson
2015-12-07 6:01 ` Jagan Teki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wpsrz843.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=git@vger.kernel.org \
--cc=jagannadh.teki@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.