aboutsummaryrefslogtreecommitdiff
path: root/builtin/check-mailmap.c
AgeCommit message (Expand)Author
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-02-21mailmap: fix check-mailmap with full mailmap lineJacob Keller
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-27check-mailmap: add options for additional mailmap sourcesJacob Keller
2024-08-27check-mailmap: accept "user@host" contactsJacob Keller
2023-06-21builtin.h: remove unneccessary includesElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23ident.h: move ident-related declarations out of cache.hElijah Newren
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2013-07-13builtin: add git-check-mailmap commandEric Sunshine