| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-06 | string-list: change "string_list_find_insert_index" return type to "size_t" | shejialuo | 1 | -3/+2 |
| 2025-10-06 | string-list: replace negative index encoding with "exact_match" parameter | shejialuo | 1 | -4/+3 |
| 2025-07-01 | odb: rename `repo_read_object_file()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-09-06 | Merge branch 'jk/send-email-mailmap' | Junio C Hamano | 1 | -6/+3 |
| 2024-08-27 | check-mailmap: add options for additional mailmap sources | Jacob Keller | 1 | -6/+3 |
| 2024-07-26 | mailmap: plug memory leak in read_mailmap_blob() | Junio C Hamano | 1 | -1/+3 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -0/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-07 | mailmap: always store allocated strings in mailmap blob | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-27 | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-27 | config: clarify memory ownership in `git_config_pathname()` | Patrick Steinhardt | 1 | -1/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -1/+2 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object-name.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -2/+2 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -2/+2 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | mailmap: drop debugging code | Jeff King | 1 | -39/+3 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -7/+7 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -7/+7 |
| 2022-03-07 | string-list API: change "nr" and "alloc" to "size_t" | Ævar Arnfjörð Bjarmason | 1 | -3/+4 |
| 2021-09-10 | Merge branch 'ab/mailmap-leakfix' | Junio C Hamano | 1 | -0/+2 |
| 2021-08-31 | mailmap.c: fix a memory leak in free_mailap_{info,entry}() | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2021-07-13 | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-03-22 | Merge branch 'jk/open-dotgitx-with-nofollow' | Junio C Hamano | 1 | -5/+17 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
| 2021-02-16 | mailmap: do not respect symlinks for in-tree .mailmap | Jeff King | 1 | -5/+17 |
| 2021-02-10 | mailmap: only look for .mailmap in work tree | Jeff King | 1 | -1/+2 |
| 2021-01-12 | shortlog: remove unused(?) "repo-abbrev" feature | Ævar Arnfjörð Bjarmason | 1 | -35/+13 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-07-17 | Convert remaining callers of get_sha1 to get_oid. | brian m. carlson | 1 | -3/+3 |
| 2016-10-12 | cocci: refactor common patterns to use xstrdup_or_null() | Junio C Hamano | 1 | -4/+2 |
| 2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -2/+1 |
| 2016-05-09 | mailmap.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2016-03-06 | mailmap: do not resolve blobs in a non-repository | Jeff King | 1 | -1/+2 |
| 2015-09-25 | mailmap: replace strcpy with xstrdup | Jeff King | 1 | -2/+1 |
| 2014-12-04 | mailmap: use higher level string list functions | Stefan Beller | 1 | -13/+7 |
| 2013-09-24 | Merge branch 'jc/strcasecmp-pure-inline' | Jonathan Nieder | 1 | -2/+16 |
| 2013-09-12 | mailmap: work around implementations with pure inline strcasecmp | Junio C Hamano | 1 | -2/+16 |
| 2013-09-11 | Merge branch 'sb/mailmap-freeing-NULL-is-ok' | Junio C Hamano | 1 | -2/+1 |
| 2013-09-09 | Merge branch 'jk/mailmap-incomplete-line' | Junio C Hamano | 1 | -12/+9 |
| 2013-08-28 | mailmap: handle mailmap blobs without trailing newlines | Jeff King | 1 | -12/+9 |
| 2013-08-20 | mailmap: remove redundant check for freeing memory | Stefan Beller | 1 | -2/+1 |
| 2013-07-15 | mailmap: style fixes | Junio C Hamano | 1 | -15/+27 |
| 2013-07-15 | mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specification | Eric Sunshine | 1 | -6/+9 |
| 2013-07-15 | mailmap: debug: eliminate -Wformat field precision type warning | Eric Sunshine | 1 | -3/+3 |
| 2013-07-15 | mailmap: debug: fix malformed fprintf() format conversion specification | Eric Sunshine | 1 | -1/+1 |
| 2013-07-15 | mailmap: debug: fix out-of-order fprintf() arguments | Eric Sunshine | 1 | -1/+1 |
| 2013-07-15 | mailmap: do not downcase mailmap entries | Junio C Hamano | 1 | -12/+8 |
| 2013-07-15 | mailmap: do not lose single-letter names | Junio C Hamano | 1 | -1/+1 |
| 2013-01-20 | Merge branch 'ap/log-mailmap' | Junio C Hamano | 1 | -36/+72 |
| 2013-01-10 | mailmap: simplify map_user() interface | Antoine Pelisse | 1 | -25/+18 |
| 2013-01-10 | mailmap: remove email copy and length limitation | Junio C Hamano | 1 | -16/+59 |
| 2012-12-13 | mailmap: default mailmap.blob in bare repositories | Jeff King | 1 | -0/+5 |
| 2012-12-12 | mailmap: clean up read_mailmap error handling | Jeff King | 1 | -11/+21 |
| 2012-12-12 | mailmap: support reading mailmap from blobs | Jeff King | 1 | -2/+47 |
| 2012-12-12 | mailmap: refactor mailmap parsing for non-file sources | Jeff King | 1 | -34/+40 |
| 2012-10-28 | mailmap: avoid out-of-bounds memory access | Romain Francoise | 1 | -1/+1 |
| 2012-02-06 | mailmap: always return a plain mail address from map_user() | Junio C Hamano | 1 | -8/+10 |
| 2011-12-13 | Merge branch 'ml/mailmap' into maint-1.7.6 | Junio C Hamano | 1 | -3/+2 |
| 2011-11-16 | mailmap: xcalloc mailmap_info | Marc-André Lureau | 1 | -3/+2 |
| 2010-10-13 | mailmap: fix use of freed memory | Jim Meyering | 1 | -4/+6 |
| 2010-06-27 | string_list: Fix argument order for string_list_lookup | Julian Phillips | 1 | -2/+2 |
| 2010-06-27 | string_list: Fix argument order for string_list_insert_at_index | Julian Phillips | 1 | -1/+1 |
| 2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -1/+1 |
| 2010-01-12 | mailmap.c: remove unused function | Junio C Hamano | 1 | -5/+0 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -3/+3 |
| 2009-04-01 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+9 |
| 2009-04-01 | Mailmap: Allow empty email addresses to be mapped | Björn Steinbrink | 1 | -4/+5 |
| 2009-04-01 | mailmap: resurrect lower-casing of email addresses | Johannes Schindelin | 1 | -0/+9 |
| 2009-02-08 | Add map_user() and clear_mailmap() to mailmap | Marius Storm-Olsen | 1 | -28/+168 |
| 2009-02-08 | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 1 | -2/+10 |
| 2008-07-21 | Rename path_list to string_list | Johannes Schindelin | 1 | -6/+6 |
| 2007-12-08 | mailmap: fix bogus for() loop that happened to be safe by accident | Junio C Hamano | 1 | -3/+4 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
| 2007-04-30 | Include mailmap.h in mailmap.c to catch mailmap interface changes | Alex Riesen | 1 | -0/+1 |
| 2007-04-30 | Fix read_mailmap to handle a caller uninterested in repo abbreviation | Alex Riesen | 1 | -0/+3 |
| 2007-04-30 | Use strlcpy instead of strncpy in mailmap.c | Alex Riesen | 1 | -1/+1 |
| 2007-04-29 | Split out mailmap handling out of shortlog | Junio C Hamano | 1 | -0/+88 |