summaryrefslogtreecommitdiff
path: root/repository.c
Commit message (Expand)AuthorAgeFilesLines
* repository: have the_repository use the_indexBrandon Williams2017-07-181-1/+3
* repo_read_index: don't discard the indexBrandon Williams2017-07-181-2/+0
* repository: enable initialization of submodulesBrandon Williams2017-06-231-0/+54
* submodule-config: store the_submodule_cache in the_repositoryBrandon Williams2017-06-231-0/+6
* repository: add index_state to struct repoBrandon Williams2017-06-231-0/+16
* config: read config from a repository objectBrandon Williams2017-06-231-0/+7
* repository: introduce the repository objectBrandon Williams2017-06-231-0/+159