summaryrefslogtreecommitdiff
path: root/repository.c
AgeCommit message (Expand)Author
2017-09-06set_git_dir: handle feeding gitdir to itselfJeff King
2017-09-06repository: free fields before overwriting themJeff King
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-07-18repository: have the_repository use the_indexBrandon Williams
2017-07-18repo_read_index: don't discard the indexBrandon Williams
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson
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