summaryrefslogtreecommitdiff
path: root/repository.h
Commit message (Expand)AuthorAgeFilesLines
* 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 submodulesb/submodule-move-nestedStefan Beller2018-03-291-0/+3
|/
* repository: introduce raw object store fieldStefan Beller2018-03-231-7/+4
* repository.h: add comment and clarify repo_set_gitdirnd/remove-ignore-env-fieldNguyễ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