summaryrefslogtreecommitdiff
path: root/repository.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-30sparse-index: add index.sparse config optionLibravatar Derrick Stolee1-1/+2
2021-03-30sparse-index: add guard to ensure full indexLibravatar Derrick Stolee1-0/+2
2020-10-27Merge branch 'ds/maintenance-part-2'Libravatar Junio C Hamano1-0/+2
2020-09-29Merge branch 'tb/bloom-improvements'Libravatar Junio C Hamano1-0/+1
2020-09-25midx: enable core.multiPackIndex by defaultLibravatar Derrick Stolee1-0/+2
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Libravatar Taylor Blau1-0/+1
2020-08-18negotiator/noop: add noop fetch negotiatorLibravatar Jonathan Tan1-0/+1
2020-06-05repository: add a helper function to perform repository format upgradeLibravatar Xin Li1-0/+6
2020-04-22Merge branch 'jc/missing-ref-store-fix'Libravatar Junio C Hamano1-2/+6
2020-04-09repository: mark the "refs" pointer as privateLibravatar Jeff King1-2/+6
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-1/+1
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Libravatar Junio C Hamano1-0/+3
2019-09-12upload-pack: disable commit graph more gently for shallow traversalLibravatar Jeff King1-0/+3
2019-09-03fetch: add fetch.writeCommitGraph config settingLibravatar Derrick Stolee1-0/+1
2019-08-13repo-settings: create feature.experimental settingLibravatar Derrick Stolee1-0/+8
2019-08-13repo-settings: parse core.untrackedCacheLibravatar Derrick Stolee1-0/+8
2019-08-13repo-settings: consolidate some config settingsLibravatar Derrick Stolee1-0/+14
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-0/+3
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-0/+16
2019-01-14read-cache.c: replace update_index_if_able with repo_&Libravatar Nguyễn Thái Ngọc Duy1-0/+6
2019-01-14read-cache.c: kill read_index()Libravatar Nguyễn Thái Ngọc Duy1-0/+6
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Libravatar Nguyễn Thái Ngọc Duy1-0/+4
2018-12-05repository: repo_submodule_init to take a submodule structLibravatar Stefan Beller1-2/+10
2018-08-20Merge branch 'en/incl-forward-decl'Libravatar Junio C Hamano1-0/+2
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+2
2018-08-03repository.h: drop extern from function declarationLibravatar Nguyễn Thái Ngọc Duy1-14/+11
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-0/+5
2018-06-25Merge branch 'sb/object-store-alloc'Libravatar Junio C Hamano1-0/+9
2018-05-18path.c: migrate global git_path_* to take a repository argumentLibravatar Stefan Beller1-0/+5
2018-05-09repository: introduce parsed objects fieldLibravatar Stefan Beller1-0/+9
2018-05-08Merge branch 'sb/object-store-replace'Libravatar Junio C Hamano1-0/+3
2018-04-12refs: store the main ref store inside the repository structLibravatar Stefan Beller1-0/+3
2018-03-29submodule: fixup nested submodules after moving the submoduleLibravatar Stefan Beller1-0/+3
2018-03-23repository: introduce raw object store fieldLibravatar Stefan Beller1-7/+4
2018-03-23repository.h: add comment and clarify repo_set_gitdirLibravatar Nguyễn Thái Ngọc Duy1-1/+5
2018-03-05repository: delete ignore_env memberLibravatar Nguyễn Thái Ngọc Duy1-9/+0
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Libravatar Nguyễn Thái Ngọc Duy1-0/+4
2018-03-05repository.c: move env-related setup code back to environment.cLibravatar Nguyễn Thái Ngọc Duy1-1/+10
2018-03-05repository: initialize the_repository in main()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-11-13Integrate hash algorithm support with repo setupLibravatar brian m. carlson1-0/+5
2017-07-18repo_read_index: don't discard the indexLibravatar Brandon Williams1-0/+8
2017-06-23repository: enable initialization of submodulesLibravatar Brandon Williams1-0/+10
2017-06-23submodule-config: store the_submodule_cache in the_repositoryLibravatar Brandon Williams1-0/+4
2017-06-23repository: add index_state to struct repoLibravatar Brandon Williams1-0/+9
2017-06-23config: read config from a repository objectLibravatar Brandon Williams1-0/+10
2017-06-23repository: introduce the repository objectLibravatar Brandon Williams1-0/+64