38 Commits (f8e56da97df846e67508eaf26d11fd007e1b75c1)

Author SHA1 Message Date
Martin Ågren e8805af1c3 setup: fix memory leaks with `struct repository_format` 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 3a95f31d1c repository.c: replace hold_locked_index() with repo_hold_locked_index() 6 years ago
Stefan Beller d5498e0871 repository: repo_submodule_init to take a submodule struct 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
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 8 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