summaryrefslogtreecommitdiff
path: root/repository.h
AgeCommit message (Expand)Author
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano
2022-03-25fsmonitor: config settings are repository-specificJeff Hostetler
2022-03-04repository.c: free the "path cache" in repo_clear()Ævar Arnfjörð Bjarmason
2022-02-16Merge branch 'en/fetch-negotiation-default-fix'Junio C Hamano
2022-02-02repo-settings: rename the traditional default fetch.negotiationAlgorithmElijah Newren
2022-01-04Merge branch 'ns/tmp-objdir'Junio C Hamano
2021-12-08tmp-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 'ab/repo-settings-cleanup'Junio C Hamano
2021-09-22repository.h: don't use a mix of int and bitfieldsÆvar Arnfjörð Bjarmason
2021-09-22repo-settings.c: simplify the setupÆvar Arnfjörð Bjarmason
2021-09-09repository: 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-03-30sparse-index: add index.sparse config optionDerrick Stolee
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee
2020-10-27Merge branch 'ds/maintenance-part-2'Junio C Hamano
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-25midx: enable core.multiPackIndex by defaultDerrick Stolee
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau
2020-08-18negotiator/noop: add noop fetch negotiatorJonathan Tan
2020-06-05repository: add a helper function to perform repository format upgradeXin Li
2020-04-22Merge branch 'jc/missing-ref-store-fix'Junio C Hamano
2020-04-10repository: mark the "refs" pointer as privateJeff King
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee
2019-08-13repo-settings: create feature.experimental settingDerrick Stolee
2019-08-13repo-settings: parse core.untrackedCacheDerrick Stolee
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy
2019-01-14read-cache.c: kill read_index()Nguyễ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-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-03repository.h: drop extern from function declarationNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-05-09repository: introduce parsed objects fieldStefan Beller
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano
2018-04-12refs: store the main ref store inside the repository structStefan Beller
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-23repository: introduce raw object store fieldStefan Beller
2018-03-23repository.h: add comment and clarify repo_set_gitdirNguyễn Thái Ngọc Duy
2018-03-05repository: delete ignore_env memberNguyễn Thái Ngọc Duy