index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
check-mailmap.c
Age
Commit message (
Expand
)
Author
2026-02-20
mailmap: stop using the_repository
Burak Kaan Karaçay
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-02-21
mailmap: fix check-mailmap with full mailmap line
Jacob Keller
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-27
check-mailmap: add options for additional mailmap sources
Jacob Keller
2024-08-27
check-mailmap: accept "user@host" contacts
Jacob Keller
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2021-01-12
shortlog: remove unused(?) "repo-abbrev" feature
Ævar Arnfjörð Bjarmason
2017-06-15
config: don't include config.h by default
Brandon Williams
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2015-01-14
standardize usage info string format
Alex Henrie
2013-07-13
builtin: add git-check-mailmap command
Eric Sunshine