summary refs log tree commit diff
path: root/repository.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy1-0/+4
2018-03-05repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy1-1/+10
2018-03-05repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy1-1/+1
2017-11-13Integrate hash algorithm support with repo setupbrian m. carlson1-0/+5
2017-07-18repo_read_index: don't discard the indexBrandon Williams1-0/+8
2017-06-23repository: enable initialization of submodulesBrandon Williams1-0/+10
2017-06-23submodule-config: store the_submodule_cache in the_repositoryBrandon Williams1-0/+4
2017-06-23repository: add index_state to struct repoBrandon Williams1-0/+9
2017-06-23config: read config from a repository objectBrandon Williams1-0/+10
2017-06-23repository: introduce the repository objectBrandon Williams1-0/+64