summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-21cache.h: remove expand_user_path()Elijah Newren1-2/+0
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-27/+0
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-7/+0
2023-03-19Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano1-0/+3
2023-03-06bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano1-0/+3
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-8/+0
2023-02-23dir.h: refactor to no longer need to include cache.hElijah Newren1-20/+11
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-20/+1
2023-02-23ident.h: move ident-related declarations out of cache.hElijah Newren1-58/+0
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-1/+0
2023-02-23hex.h: move some hex-related declarations from cache.hElijah Newren1-78/+1
2023-02-23hash.h: move some oid-related declarations from cache.hElijah Newren1-34/+0
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-75/+0
2023-02-22Merge branch 'ab/the-index-compatibility'Junio C Hamano1-11/+1
2023-02-15Merge branch 'rs/size-t-fixes'Junio C Hamano1-2/+4
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason1-8/+1
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason1-1/+0
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason1-2/+0
2023-02-06read-cache: use size_t for {base,df}_name_compare()René Scharfe1-2/+4
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-3/+6
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason1-0/+13
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano1-2/+0
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-2/+0
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King1-1/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-5/+0
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-1/+5
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-3/+0
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-5/+0
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-10/+0
2022-11-21cache.h: remove unused "the_index" compat macrosÆvar Arnfjörð Bjarmason1-5/+0
2022-08-29Merge branch 'ds/decorate-filter-tweak'Junio C Hamano1-1/+0
2022-08-18Merge branch 'vd/sparse-reset-checkout-fixes'Junio C Hamano1-0/+9
2022-08-14Merge branch 'ab/tech-docs-to-help'Junio C Hamano1-2/+1
2022-08-08cache.h: create 'index_name_pos_sparse()'Victoria Dye1-0/+9
2022-08-05refs: use ref_namespaces for replace refs baseDerrick Stolee1-1/+0
2022-08-04docs: move pack format docs to man section 5Ævar Arnfjörð Bjarmason1-2/+1
2022-07-18ident: rename commit_rewrite_person() to apply_mailmap_to_header()Siddharth Asthana1-3/+3
2022-07-18ident: move commit_rewrite_person() to ident.cSiddharth Asthana1-0/+6
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano1-8/+25
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-1/+11
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee1-8/+25
2022-05-04Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano1-1/+1
2022-04-25cache: use const char * for get_object_directory()Derrick Stolee1-1/+1
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh1-0/+4
2022-04-06core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh1-1/+7
2022-04-06Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano1-0/+48
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano1-1/+0
2022-04-04Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-2/+2
2022-03-29core.fsync: fix incorrect expression for default configurationNeeraj Singh1-2/+2