summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2018-10-26Merge branch 'sg/split-index-racefix'Junio C Hamano
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano
2018-10-19Merge branch 'bp/read-cache-parallel'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-11split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor
2018-10-11read-cache: load cache entries on worker threadsBen Peart
2018-10-11ieot: add Index Entry Offset Table (IEOT) extensionBen Peart
2018-10-11read-cache: load cache extensions on a worker threadBen Peart
2018-10-11eoie: add End of Index Entry (EOIE) extensionBen Peart
2018-10-11read-cache: clean up casting and byte decodingBen Peart
2018-09-26read-cache.c: optimize reading index format v4Nguyễn Thái Ngọc Duy
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21read-cache.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21read-cache.c: remove 'const' from index_has_changes()Nguyễn Thái Ngọc Duy
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano
2018-09-17status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy
2018-08-29read-cache: use oideq() in ce_compare functionsJeff King
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-18cache-tree: verify valid cache-tree in the test suiteNguyễn Thái Ngọc Duy
2018-08-18unpack-trees: reuse (still valid) cache-tree from src_indexNguyễn Thái Ngọc Duy
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy
2018-08-17Merge branch 'en/abort-df-conflict-fixes'Junio C Hamano
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-07-31read-cache: fix directory/file conflict handling in read_index_unmerged()Elijah Newren
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-11merge-recursive: fix assumption that head tree being merged is HEADElijah Newren
2018-07-03index_has_changes(): avoid assuming operating on the_indexElijah Newren
2018-07-03read-cache.c: move index_has_changes() from merge.cElijah Newren
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller
2018-07-03block alloc: add lifecycle APIs for cache_entry structsJameson Miller
2018-07-03read-cache: teach make_cache_entry to take object_idJameson Miller
2018-07-03read-cache: teach refresh_cache_entry to take istateJameson Miller
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.16.4Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King
2018-05-22verify_dotfile: mention case-insensitivity in commentJeff King
2018-05-22verify_path: drop clever fallthroughJeff King
2018-05-16object-store: move object access functions to object-store.hStefan Beller