summaryrefslogtreecommitdiffstats
path: root/resolve-undo.c
Commit message (Expand)AuthorAgeFilesLines
* resolve-undo.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-1/+3
* read-cache: teach make_cache_entry to take object_idJameson Miller2018-07-031-1/+1
* cache: add a function to read an object ID from a bufferbrian m. carlson2018-05-021-1/+1
* resolve-undo: convert struct resolve_undo_info to object_idbrian m. carlson2018-03-141-7/+8
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
* resolve-undo: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-1/+1
* read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-1/+1
* Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-271-1/+1
|\
| * pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
* | read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees2013-11-181-2/+5
|/
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-2/+2
|\
| * convert unmerge_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-2/+2
* | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-091-3/+3
|/
* checkout: avoid unnecessary match_pathspec callsNguyễn Thái Ngọc Duy2013-03-271-1/+18
* Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen2010-07-051-19/+15
* string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-271-1/+1
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-2/+2
* string_list: Fix argument order for for_each_string_listJulian Phillips2010-06-271-1/+1
* build: make code "-Wpointer-arith" cleanJunio C Hamano2010-02-011-2/+2
* resolve-undo: "checkout -m path" uses resolve-undo informationJunio C Hamano2009-12-251-0/+59
* resolve-undo: record resolved conflicts in a new index extension sectionJunio C Hamano2009-12-251-0/+117