summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2015-03-27Merge branch 'sb/leaks'Junio C Hamano
2015-03-25Merge branch 'tg/fix-check-order-with-split-index'Junio C Hamano
2015-03-23read-cache: fix memleakStefan Beller
2015-03-23add_to_index(): free unused cache-entryJunio C Hamano
2015-03-22read-cache: free cache entry in add_to_index in case of early returnStefan Beller
2015-03-20read-cache: fix reading of split indexThomas Gummerer
2015-02-25Merge branch 'sb/plug-leak-in-make-cache-entry'Junio C Hamano
2015-02-17read-cache.c: free cache entry when refreshing failsStefan Beller
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King
2014-12-17verify_dotfile(): reject .git case-insensitivelyJeff King
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-10-01hold_locked_index(): move from lockfile.c to read-cache.cMichael Haggerty
2014-10-01commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty
2014-10-01lockfile: avoid transitory invalid statesMichael Haggerty
2014-10-01close_lock_file(): exit (successfully) if file is already closedMichael Haggerty
2014-09-19Merge branch 'rs/refresh-beyond-symlink' into maintJunio C Hamano
2014-09-19Merge branch 'jp/index-with-corrupt-stages'Junio C Hamano
2014-09-11Merge branch 'ta/config-set-2'Junio C Hamano
2014-09-09Merge branch 'rs/refresh-beyond-symlink'Junio C Hamano
2014-08-29read_index_unmerged(): remove unnecessary loop index adjustmentJaime Soriano Pastor
2014-08-29read_index_from(): catch out of order entries when reading an index fileJaime Soriano Pastor
2014-08-10read-cache: check for leading symlinks when refreshing indexRené Scharfe
2014-08-07read-cache.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: force split index mode with GIT_TEST_SPLIT_INDEXNguyễn Thái Ngọc Duy
2014-06-13read-tree: force split-index mode off on --index-outputNguyễn Thái Ngọc Duy
2014-06-13update-index --split-index: do not split if $GIT_DIR is read onlyNguyễn Thái Ngọc Duy
2014-06-13update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy
2014-06-13split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy
2014-06-13split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy
2014-06-13split-index: the reading partNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: save deleted entries in split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark new entries for split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13read-cache: be strict about "changed" in remove_marked_cache_entries()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy