Skip to content
  • Eric Sunshine's avatar
    builtin: add git-check-mailmap command · 226ad348
    Eric Sunshine authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    Introduce command check-mailmap, similar to check-attr and check-ignore,
    which allows direct testing of .mailmap configuration.
    
    As plumbing accessible to scripts and other porcelain, check-mailmap
    publishes the stable, well-tested .mailmap functionality employed by
    built-in Git commands.  Consequently, script authors need not
    re-implement .mailmap functionality manually, thus avoiding potential
    quirks and behavioral differences.
    
    Signed-off-by: default avatarEric Sunshine <sunshine@sunshineco.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    226ad348