summaryrefslogtreecommitdiff
path: root/repository.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-02repository: use FREE_AND_NULLLibravatar René Scharfe1-18/+9
2017-09-06set_git_dir: handle feeding gitdir to itselfLibravatar Jeff King1-7/+3
2017-09-06repository: free fields before overwriting themLibravatar Jeff King1-0/+4
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-3/+3
2017-07-18repository: have the_repository use the_indexLibravatar Brandon Williams1-1/+3
2017-07-18repo_read_index: don't discard the indexLibravatar Brandon Williams1-2/+0
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson1-1/+1
2017-06-23repository: enable initialization of submodulesLibravatar Brandon Williams1-0/+54
2017-06-23submodule-config: store the_submodule_cache in the_repositoryLibravatar Brandon Williams1-0/+6
2017-06-23repository: add index_state to struct repoLibravatar Brandon Williams1-0/+16
2017-06-23config: read config from a repository objectLibravatar Brandon Williams1-0/+7
2017-06-23repository: introduce the repository objectLibravatar Brandon Williams1-0/+159