summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Merge branch 'bp/refresh-index-using-preload'Junio C Hamano1-0/+3
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano1-0/+2
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano1-8/+0
2018-11-13Merge branch 'nd/per-worktree-config'Junio C Hamano1-0/+2
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano1-0/+1
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin1-8/+0
2018-10-30speed up refresh_index() by utilizing preload_index()Ben Peart1-0/+3
2018-10-26Merge branch 'sg/split-index-racefix'Junio C Hamano1-0/+2
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy1-0/+2
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano1-2/+5
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-6/+8
2018-10-12split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor1-0/+2
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite1-0/+2
2018-09-21ws.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-09-21merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+4
2018-09-21read-cache.c: remove 'const' from index_has_changes()Nguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-6/+16
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano1-0/+1
2018-09-17status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy1-2/+5
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King1-4/+4
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-2/+2
2018-08-29introduce hasheq() and oideq()Jeff King1-0/+10
2018-08-23hashcmp: assert constant hash sizeJeff King1-0/+10
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-10/+0
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano1-56/+0
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen1-0/+1
2018-08-15Merge branch 'js/vscode'Junio C Hamano1-11/+13
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano1-4/+2
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren1-10/+0
2018-08-14for_each_*_object: move declarations to object-store.hJeff King1-75/+0
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King1-0/+5
2018-08-13for_each_*_object: give more comprehensive docstringsJeff King1-3/+5
2018-08-13for_each_*_object: take flag arguments as enumJeff King1-1/+2
2018-08-13for_each_*_object: store flag definitions in a single locationJeff King1-1/+12
2018-08-10editor: add a function to launch the sequence editorAlban Gruin1-0/+1
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano1-1/+0
2018-08-02Merge branch 'en/dirty-merge-fixes'Junio C Hamano1-5/+9
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano1-2/+62
2018-08-02Merge branch 'bc/object-id'Junio C Hamano1-3/+3
2018-07-30cache.h: extract enum declaration from inside a struct declarationJohannes Schindelin1-11/+13
2018-07-18check_replace_refs: rename to read_replace_refsJeff King1-1/+1
2018-07-18check_replace_refs: fix outdated commentJeff King1-3/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-118/+1
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-1/+0
2018-07-16cache: update object ID functions for the_hash_algobrian m. carlson1-3/+3
2018-07-11merge-recursive: fix assumption that head tree being merged is HEADElijah Newren1-4/+7
2018-07-03index_has_changes(): avoid assuming operating on the_indexElijah Newren1-5/+6
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller1-0/+6
2018-07-03block alloc: allocate cache entries from mem_poolJameson Miller1-0/+21