| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-18 | resolve-undo: stop using `the_repository` | Patrick Steinhardt | 1 | -7/+7 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -1/+2 |
| 2023-10-02 | Merge branch 'jc/unresolve-removal' | Junio C Hamano | 1 | -64/+37 |
| 2023-07-31 | checkout: allow "checkout -m path" to unmerge removed paths | Junio C Hamano | 1 | -70/+5 |
| 2023-07-31 | resolve-undo: allow resurrecting conflicted state that resolved to deletion | Junio C Hamano | 1 | -5/+43 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | sparse-index.h: move declarations for sparse-index.c from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2021-04-30 | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 1 | -0/+4 |
| 2021-04-14 | resolve-undo: ensure full index | Derrick Stolee | 1 | -0/+4 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2018-08-13 | resolve-undo.c: use the right index instead of the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -1/+3 |
| 2018-07-03 | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 1 | -1/+1 |
| 2018-05-02 | cache: add a function to read an object ID from a buffer | brian m. carlson | 1 | -1/+1 |
| 2018-03-14 | resolve-undo: convert struct resolve_undo_info to object_id | brian m. carlson | 1 | -7/+8 |
| 2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2014-06-13 | resolve-undo: be specific what part of the index has changed | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-06-13 | read-cache: be specific what part of the index has changed | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-02-27 | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 1 | -1/+1 |
| 2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-11-18 | read-cache.c: fix memory leaks caused by removed cache entries | Karsten Blees | 1 | -2/+5 |
| 2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -2/+2 |
| 2013-07-15 | convert unmerge_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2013-03-27 | checkout: avoid unnecessary match_pathspec calls | Nguyễn Thái Ngọc Duy | 1 | -1/+18 |
| 2010-07-05 | Convert the users of for_each_string_list to for_each_string_list_item macro | Alex Riesen | 1 | -19/+15 |
| 2010-06-27 | string_list: Fix argument order for string_list_lookup | Julian Phillips | 1 | -1/+1 |
| 2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -2/+2 |
| 2010-06-27 | string_list: Fix argument order for for_each_string_list | Julian Phillips | 1 | -1/+1 |
| 2010-02-01 | build: make code "-Wpointer-arith" clean | Junio C Hamano | 1 | -2/+2 |
| 2009-12-25 | resolve-undo: "checkout -m path" uses resolve-undo information | Junio C Hamano | 1 | -0/+59 |
| 2009-12-25 | resolve-undo: record resolved conflicts in a new index extension section | Junio C Hamano | 1 | -0/+117 |