summaryrefslogtreecommitdiff
path: root/repository.c
AgeCommit message (Expand)Author
2018-02-13Merge branch 'tg/split-index-fixes'Junio C Hamano
2018-01-19repository: pre-initialize hash algo pointerbrian m. carlson
2018-01-19read-cache: fix reading the shared index for other reposThomas Gummerer
2017-11-28repository: fix a sparse 'using integer as NULL pointer' warningRamsay Jones
2017-11-13Integrate hash algorithm support with repo setupbrian m. carlson
2017-10-02repository: use FREE_AND_NULLRené Scharfe
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