Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-19protocol.h: move definition of DEFAULT_GIT_PORT from cache.hElijah Newren
2023-04-11mailmap, quote: move declarations of global vars to correct unitElijah Newren
2023-04-11cache.h: remove unnecessary includesElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object.h: move some inline functions and defines from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21path.h: move function declarations for path.c functions from cache.hElijah Newren
2023-03-21cache.h: remove expand_user_path()Elijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-07bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24dir.h: refactor to no longer need to include cache.hElijah Newren
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24hex.h: move some hex-related declarations from cache.hElijah Newren
2023-02-24hash.h: move some oid-related declarations from cache.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-23Merge branch 'ab/the-index-compatibility'Junio C Hamano
2023-02-16Merge branch 'rs/size-t-fixes'Junio C Hamano
2023-02-10cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason
2023-02-10cocci & cache.h: fully apply "active_nr" part of index-compatibilityÆvar Arnfjörð Bjarmason
2023-02-07read-cache: use size_t for {base,df}_name_compare()René Scharfe
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason