summaryrefslogtreecommitdiff
path: root/repository.h
AgeCommit message (Expand)Author
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
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: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy
2018-03-05repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy
2017-11-13Integrate hash algorithm support with repo setupbrian m. carlson
2017-07-18repo_read_index: don't discard the indexBrandon Williams
2017-06-24repository: enable initialization of submodulesBrandon Williams
2017-06-24submodule-config: store the_submodule_cache in the_repositoryBrandon Williams
2017-06-24repository: add index_state to struct repoBrandon Williams
2017-06-24config: read config from a repository objectBrandon Williams
2017-06-24repository: introduce the repository objectBrandon Williams