summaryrefslogtreecommitdiff
path: root/Documentation/git-check-mailmap.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use proper syntax for replaceables in command docsRobert P. J. Day2018-05-251-1/+1
| | | | | | | | | | | | | | The standard for command documentation synopses appears to be: [...] means optional <...> means replaceable [<...>] means both optional and replaceable So fix a number of doc pages that use incorrect variations of the above. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* builtin: add git-check-mailmap commandEric Sunshine2013-07-131-0/+47
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: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>