summaryrefslogtreecommitdiffstats
path: root/read-cache.c
AgeCommit message (Expand)AuthorLines
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano-1/+1
2018-08-17Merge branch 'en/abort-df-conflict-fixes'Junio C Hamano-5/+8
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy-1/+1
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano-0/+40
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano-46/+218
2018-07-31read-cache: fix directory/file conflict handling in read_index_unmerged()Elijah Newren-5/+8
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-07-11merge-recursive: fix assumption that head tree being merged is HEADElijah Newren-4/+8
2018-07-03index_has_changes(): avoid assuming operating on the_indexElijah Newren-4/+7
2018-07-03read-cache.c: move index_has_changes() from merge.cElijah Newren-0/+33
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller-2/+53
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller-19/+100
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller-28/+65
2018-07-03read-cache: teach make_cache_entry to take object_idJameson Miller-3/+5
2018-07-03read-cache: teach refresh_cache_entry to take istateJameson Miller-4/+5
2018-05-30Merge branch 'bc/object-id'Junio C Hamano-17/+17
2018-05-29Sync with Git 2.17.1Junio C Hamano-13/+38
2018-05-22Sync with Git 2.16.4Junio C Hamano-13/+38
2018-05-22Sync with Git 2.15.2Junio C Hamano-13/+38
2018-05-22Sync with Git 2.14.4Junio C Hamano-13/+38
2018-05-22Sync with Git 2.13.7Junio C Hamano-13/+38
2018-05-21verify_path: disallow symlinks in .gitmodulesJeff King-9/+31
2018-05-21verify_dotfile: mention case-insensitivity in commentJeff King-1/+4
2018-05-21verify_path: drop clever fallthroughJeff King-4/+4
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-02Update struct index_state to use struct object_idbrian m. carlson-8/+8
2018-05-02split-index: convert struct split_index to object_idbrian m. carlson-11/+11
2018-04-16read-cache.c: make $GIT_TEST_SPLIT_INDEX booleanNguyễn Thái Ngọc Duy-2/+2
2018-04-10Merge branch 'bc/object-id'Junio C Hamano-2/+2
2018-03-22Merge branch 'nd/shared-index-fix' into maintJunio C Hamano-18/+22
2018-03-22Merge branch 'tg/split-index-fixes' into maintJunio C Hamano-11/+14
2018-03-21Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano-2/+4
2018-03-21Merge branch 'bp/refresh-cache-ent-rehash-fix'Junio C Hamano-1/+3
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano-0/+6
2018-03-20read-cache: fix an -Wmaybe-uninitialized warningRamsay Jones-2/+4
2018-03-15Fix bugs preventing adding updated cache entries to the name hashBen Peart-1/+3
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-2/+2
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-20/+20
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren-0/+6
2018-02-22read-cache: rename 'new' variablesBrandon Williams-20/+20
2018-02-15Merge branch 'bc/hash-algo'Junio C Hamano-29/+29
2018-02-15Merge branch 'nd/trace-index-ops'Junio C Hamano-0/+7
2018-02-15Merge branch 'po/object-id'Junio C Hamano-3/+3
2018-02-13Merge branch 'nd/shared-index-fix'Junio C Hamano-18/+22
2018-02-13Merge branch 'sg/cocci-move-array'Junio C Hamano-3/+2
2018-02-13Merge branch 'tg/split-index-fixes'Junio C Hamano-11/+14
2018-02-02read-cache: abstract away uses of SHA-1brian m. carlson-29/+29
2018-02-02trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy-0/+7
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara-3/+3
2018-01-24read-cache: don't write index twice if we can't write shared indexNguyễn Thái Ngọc Duy-2/+3