git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixing up names in blame output.
@ 2007-04-27  7:54 Junio C Hamano
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Junio C Hamano @ 2007-04-27  7:54 UTC (permalink / raw)
  To: git; +Cc: Andrew Ruder

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-27  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-27  7:54 [PATCH 0/2] Fixing up names in blame output Junio C Hamano
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

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).