summaryrefslogtreecommitdiff
path: root/git-parse-remote.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-12-12 11:41:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-12-12 19:09:11 (GMT)
commit53474eb92ff0571e0b1eacd88d638692b96a2018 (patch)
treea02443524dbe364d445fe6814c9ae7cb445d015a /git-parse-remote.sh
parent0e230644273ba903d6bc57bdf6db82acf4fad4d3 (diff)
downloadgit-53474eb92ff0571e0b1eacd88d638692b96a2018.zip
git-53474eb92ff0571e0b1eacd88d638692b96a2018.tar.gz
git-53474eb92ff0571e0b1eacd88d638692b96a2018.tar.bz2
contrib: update stats/mailmap script
This version changes quite a few things: 1. The original parsed the mailmap file itself, and it did it wrong (it did not understand entries with an extra email key). Instead, this version uses git's "%aE" and "%aN" formats to have git perform the mapping, meaning we do not have to read .mailmap at all, but still operate on the current state that git sees (and it also works properly from subdirs). 2. The original would find multiple names for an email, but not the other way around. This version can do either or both. If we find multiple emails for a name, the resolution is less obvious than the other way around. However, it can still be a starting point for a human to investigate. 3. The original would order only by count, not by recency. This version can do either. Combined with showing the counts, it can be easier to decide how to resolve. 4. This version shows similar entries in a blank-delimited stanza, which makes it more clear which options you are picking from. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-parse-remote.sh')
0 files changed, 0 insertions, 0 deletions