git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: git@vger.kernel.org
Cc: Andrew Ruder <andy@aeruder.net>
Subject: [PATCH 0/2] Fixing up names in blame output.
Date: Fri, 27 Apr 2007 00:54:15 -0700	[thread overview]
Message-ID: <11776604573799-git-send-email-junkio@cox.net> (raw)

The first in the series moves existing functions from
builtin-blame.c to a new file, mailmap.c, and cleans its
interface up a little bit, to make it more usable by other
programs.  This does not depend on anything and can go directly
on top of 'master'.

The second one uses it to fix up the names in git-blame output.
I added a new option '-x' to disable mailmap mapping, but it
might not be worth it.  I also considered moving this logic to
pretty_print_commit, but decided against it.  I do not think it
is a good idea to have irreversible data munging at such a low
level in the system.

I'll park this in 'pu' tonight.  I think this is safe enough to
be fast-tracked to v1.5.2-rc1 if people wanted it, but on the
other hand, I do not think this is such an ungent feature
either.

             reply	other threads:[~2007-04-27  7:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-27  7:54 Junio C Hamano [this message]
2007-04-27  7:54 ` [PATCH 1/2] Split out mailmap handling out of shortlog Junio C Hamano
2007-04-27  7:54 ` [PATCH 2/2] Apply mailmap in git-blame output Junio C Hamano

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=11776604573799-git-send-email-junkio@cox.net \
    --to=junkio@cox.net \
    --cc=andy@aeruder.net \
    --cc=git@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).