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
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
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
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-03-14Merge branch 'ab/plug-random-leaks'Junio C Hamano
2022-03-05repository.c: free the "path cache" in repo_clear()Ævar Arnfjörð Bjarmason
2022-01-15repo_read_index: clear SKIP_WORKTREE bit from files present in worktreeElijah Newren
2022-01-04Merge branch 'ns/tmp-objdir'Junio C Hamano
2021-12-09tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh
2021-11-19remote: move static variables into per-repository structGlen Choo
2021-10-06Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano
2021-09-15submodule: extract path to submodule gitdir funcJonathan Tan
2021-09-10repository: support unabsorbed in repo_submodule_initJonathan Tan
2021-06-28promisor-remote: support per-repository configJonathan Tan
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-01-24repository: add repo reference to index_stateDerrick Stolee
2020-07-30repository: enable SHA-256 support by defaultbrian m. carlson
2020-02-24repository: require a build flag to use SHA-256brian m. carlson
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-03-20Merge branch 'ma/clear-repository-format'Junio C Hamano
2019-03-01setup: fix memory leaks with `struct repository_format`Martin Ågren
2019-02-23trace2: create new combined trace facilityJeff Hostetler
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy
2018-12-05repository: repo_submodule_init to take a submodule structStefan Beller
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-05-30Merge branch 'nd/repo-clear-keep-the-index'Junio C Hamano
2018-05-10repository: fix free problem with repo_clear(the_repository)Nguyễn Thái Ngọc Duy
2018-05-09repository: introduce parsed objects fieldStefan Beller
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-29submodule-config: remove submodule_from_cacheStefan Beller
2018-03-23repository: introduce raw object store fieldStefan Beller
2018-03-05repository: delete ignore_env memberNguyễn Thái Ngọc Duy
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy
2018-03-05repository.c: delete dead functionsNguyễn Thái Ngọc Duy
2018-03-05repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy