summaryrefslogtreecommitdiff
path: root/repository.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-1/+1
|\
| * read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-1/+1
* | repository: pre-initialize hash algo pointerbrian m. carlson2018-01-191-1/+1
* | repository: fix a sparse 'using integer as NULL pointer' warningRamsay Jones2017-11-281-1/+1
* | Integrate hash algorithm support with repo setupbrian m. carlson2017-11-131-0/+7
|/
* repository: use FREE_AND_NULLrs/use-free-and-nullRené Scharfe2017-10-021-18/+9
* set_git_dir: handle feeding gitdir to itselfJeff King2017-09-061-7/+3
* repository: free fields before overwriting themJeff King2017-09-061-0/+4
* Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-3/+3
|\
| * 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
* | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-171-1/+1
|/
* 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