Age | Commit message (Expand) | Author | Files | Lines |
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 |