summaryrefslogtreecommitdiff
path: root/blob.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-05-03 06:58:14 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-03 07:03:15 (GMT)
commit50acc58914bf02217e55fdd739a844f2bfc45410 (patch)
tree18acecbbc68b6387bf99a7e72431a2acb3ea4688 /blob.h
parent6644d2f2c490f8a7081bd7e5da12c19400c8b6ef (diff)
downloadgit-50acc58914bf02217e55fdd739a844f2bfc45410.zip
git-50acc58914bf02217e55fdd739a844f2bfc45410.tar.gz
git-50acc58914bf02217e55fdd739a844f2bfc45410.tar.bz2
blame: use .mailmap unconditionally
There really isn't any point in turning off .mailmap. The number of mailmap lookups are bounded by number of lines in the target file, and the real blame processing is much more expensive. If it turns out to be too costly, we should optimize the mailmap lookup itself, instead of avoiding the call. If the author information of commits of the project are relatively clean, .mailmap would have only small number of entries, and the overhead of looking it up will not be high. On the other hand, if the author information is really screwed up that a good .mailmap needs to be maintained to run shortlog, giving uncleaned names in blame output is not helpful at all either. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'blob.h')
0 files changed, 0 insertions, 0 deletions