summaryrefslogtreecommitdiffstats
path: root/repository.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* promisor-remote: support per-repository configJonathan Tan2021-06-281-0/+2
* repository: move global r_f_p_c to repo structJonathan Tan2021-06-281-0/+3
* sparse-index: add index.sparse config optionDerrick Stolee2021-03-301-1/+2
* sparse-index: add guard to ensure full indexDerrick Stolee2021-03-301-0/+2
* Merge branch 'ds/maintenance-part-2'Junio C Hamano2020-10-271-0/+2
|\
| * midx: enable core.multiPackIndex by defaultDerrick Stolee2020-09-251-0/+2
* | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-0/+1
|\ \
| * | commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau2020-09-091-0/+1
| |/
* / negotiator/noop: add noop fetch negotiatorJonathan Tan2020-08-181-0/+1
|/
* repository: add a helper function to perform repository format upgradeXin Li2020-06-051-0/+6
* Merge branch 'jc/missing-ref-store-fix'Junio C Hamano2020-04-221-2/+6
|\
| * repository: mark the "refs" pointer as privateJeff King2020-04-091-2/+6
* | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* | Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano2019-10-071-0/+3
|\ \
| * | upload-pack: disable commit graph more gently for shallow traversalJeff King2019-09-121-0/+3
* | | fetch: add fetch.writeCommitGraph config settingDerrick Stolee2019-09-031-0/+1
|/ /
* | repo-settings: create feature.experimental settingDerrick Stolee2019-08-131-0/+8
* | repo-settings: parse core.untrackedCacheDerrick Stolee2019-08-131-0/+8
* | repo-settings: consolidate some config settingsDerrick Stolee2019-08-131-0/+14
|/
* trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+3
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-0/+16
|\
| * read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy2019-01-141-0/+6
| * read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-0/+6
| * repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-0/+4
* | repository: repo_submodule_init to take a submodule structStefan Beller2018-12-051-2/+10
|/
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+2
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+2
* | repository.h: drop extern from function declarationNguyễn Thái Ngọc Duy2018-08-031-14/+11
|/
* Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+5
|\
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-0/+5
* | Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-251-0/+9
|\|
| * repository: introduce parsed objects fieldStefan Beller2018-05-091-0/+9
* | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-0/+3
|\|
| * refs: store the main ref store inside the repository structStefan Beller2018-04-121-0/+3
* | submodule: fixup nested submodules after moving the submoduleStefan Beller2018-03-291-0/+3
|/
* repository: introduce raw object store fieldStefan Beller2018-03-231-7/+4
* repository.h: add comment and clarify repo_set_gitdirNguyễn Thái Ngọc Duy2018-03-231-1/+5
* repository: delete ignore_env memberNguyễn Thái Ngọc Duy2018-03-051-9/+0
* sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy2018-03-051-0/+4
* repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy2018-03-051-1/+10
* repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy2018-03-051-1/+1
* Integrate hash algorithm support with repo setupbrian m. carlson2017-11-131-0/+5
* repo_read_index: don't discard the indexBrandon Williams2017-07-181-0/+8
* repository: enable initialization of submodulesBrandon Williams2017-06-231-0/+10
* submodule-config: store the_submodule_cache in the_repositoryBrandon Williams2017-06-231-0/+4
* repository: add index_state to struct repoBrandon Williams2017-06-231-0/+9
* config: read config from a repository objectBrandon Williams2017-06-231-0/+10
* repository: introduce the repository objectBrandon Williams2017-06-231-0/+64