29 Commits (a4b8ab5363a32f283a61ef3a962853556d136c0e)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 74373b5f10 repository: fix free problem with repo_clear(the_repository) 7 years ago
Stefan Beller 99bf115c87 repository: introduce parsed objects field 7 years ago
Stefan Beller da62f786d2 submodule: fixup nested submodules after moving the submodule 7 years ago
Stefan Beller 0c89fdd739 submodule-config: remove submodule_from_cache 7 years ago
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
Nguyễn Thái Ngọc Duy 2bee50a083 repository: delete ignore_env member 7 years ago
Nguyễn Thái Ngọc Duy 7bc0dcaa61 sha1_file.c: move delayed getenv(altdb) back to setup_git_env() 7 years ago
Nguyễn Thái Ngọc Duy 0ac5af5995 repository.c: delete dead functions 7 years ago
Nguyễn Thái Ngọc Duy 357a03ebe9 repository.c: move env-related setup code back to environment.c 7 years ago
Nguyễn Thái Ngọc Duy b2f0eceecf repository: initialize the_repository in main() 7 years ago
brian m. carlson e26f7f19b6 repository: pre-initialize hash algo pointer 7 years ago
Thomas Gummerer a125a22334 read-cache: fix reading the shared index for other repos 7 years ago
Ramsay Jones c250e02e2c repository: fix a sparse 'using integer as NULL pointer' warning 7 years ago
brian m. carlson 78a6766802 Integrate hash algorithm support with repo setup 7 years ago
René Scharfe 90dd04aaeb repository: use FREE_AND_NULL 7 years ago
Jeff King 1fb2b636c6 set_git_dir: handle feeding gitdir to itself 8 years ago
Jeff King f9b7573f6b repository: free fields before overwriting them 8 years ago
Brandon Williams ba43964d47 repository: have the_repository use the_index 8 years ago
Brandon Williams 3f13877595 repo_read_index: don't discard the index 8 years ago
brian m. carlson cd73de4714 submodule: convert submodule config lookup to use object_id 8 years ago
Brandon Williams 96dc883b3c repository: enable initialization of submodules 8 years ago
Brandon Williams bf12fcdf5e submodule-config: store the_submodule_cache in the_repository 8 years ago
Brandon Williams 639e30b5b2 repository: add index_state to struct repo 8 years ago
Brandon Williams 3b256228a6 config: read config from a repository object 8 years ago
Brandon Williams 359efeffc1 repository: introduce the repository object 8 years ago