summaryrefslogtreecommitdiffstats
path: root/builtin/check-mailmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-1/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* | check-mailmap: add options for additional mailmap sourcesJacob Keller2024-08-271-0/+7
* | check-mailmap: accept "user@host" contactsJacob Keller2024-08-271-7/+11
|/
* builtin.h: remove unneccessary includesElijah Newren2023-06-211-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-241-0/+1
* shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason2021-01-121-1/+1
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* builtin: add git-check-mailmap commandEric Sunshine2013-07-131-0/+66