summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* protocol.h: move definition of DEFAULT_GIT_PORT from cache.hElijah Newren2023-04-181-21/+0
* mailmap, quote: move declarations of global vars to correct unitElijah Newren2023-04-111-5/+0
* cache.h: remove unnecessary includesElijah Newren2023-04-111-4/+0
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-13/+0
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-3/+0
* object.h: move some inline functions and defines from cache.hElijah Newren2023-04-111-42/+0
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-123/+0
* git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-111-24/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-110/+0
* treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-1/+0
* treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-1/+0
* treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-111-1/+0
* treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-1/+0
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-1/+0
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-2/+0
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-17/+2
|\
| * post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-2/+2
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-15/+0
* | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-74/+0
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-163/+0
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-207/+0
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-32/+0
* | path.h: move function declarations for path.c functions from cache.hElijah Newren2023-03-211-59/+0
* | cache.h: remove expand_user_path()Elijah Newren2023-03-211-2/+0
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-27/+0
* | environment: move comment_line_char from cache.hElijah Newren2023-03-211-7/+0
* | Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano2023-03-191-0/+3
|\ \
| * | bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano2023-03-061-0/+3
* | | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-8/+0
* | | dir.h: refactor to no longer need to include cache.hElijah Newren2023-02-231-20/+11
* | | object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-231-20/+1
* | | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-231-58/+0
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-1/+0
* | | hex.h: move some hex-related declarations from cache.hElijah Newren2023-02-231-78/+1
* | | hash.h: move some oid-related declarations from cache.hElijah Newren2023-02-231-34/+0
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-75/+0
| |/ |/|
* | Merge branch 'ab/the-index-compatibility'Junio C Hamano2023-02-221-11/+1
|\ \
| * | cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2023-02-101-8/+1
| * | cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason2023-02-101-1/+0
| * | cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason2023-02-101-2/+0
* | | Merge branch 'rs/size-t-fixes'Junio C Hamano2023-02-151-2/+4
|\ \ \ | |/ / |/| |
| * | read-cache: use size_t for {base,df}_name_compare()René Scharfe2023-02-061-2/+4
* | | treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason2023-01-171-3/+6
* | | cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason2023-01-161-0/+13
* | | Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano2023-01-051-2/+0
|\ \ \ | |_|/ |/| |
| * | read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-2/+0
| |/
* | ws: drop unused parameter from ws_blank_line()Jeff King2022-12-131-1/+1
|/
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-5/+0
* {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2022-11-211-1/+5
* cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-3/+0