Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 1 | -0/+2 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+2 |
2018-08-03 | repository.h: drop extern from function declaration | Nguyễn Thái Ngọc Duy | 1 | -14/+11 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+5 |
2018-06-25 | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 1 | -0/+9 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -0/+5 |
2018-05-09 | repository: introduce parsed objects field | Stefan Beller | 1 | -0/+9 |
2018-05-08 | Merge branch 'sb/object-store-replace' | Junio C Hamano | 1 | -0/+3 |
2018-04-12 | refs: store the main ref store inside the repository struct | Stefan Beller | 1 | -0/+3 |
2018-03-29 | submodule: fixup nested submodules after moving the submodule | Stefan Beller | 1 | -0/+3 |
2018-03-23 | repository: introduce raw object store field | Stefan Beller | 1 | -7/+4 |
2018-03-23 | repository.h: add comment and clarify repo_set_gitdir | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
2018-03-05 | repository: delete ignore_env member | Nguyễn Thái Ngọc Duy | 1 | -9/+0 |
2018-03-05 | sha1_file.c: move delayed getenv(altdb) back to setup_git_env() | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2018-03-05 | repository.c: move env-related setup code back to environment.c | Nguyễn Thái Ngọc Duy | 1 | -1/+10 |
2018-03-05 | repository: initialize the_repository in main() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-11-13 | Integrate hash algorithm support with repo setup | brian m. carlson | 1 | -0/+5 |
2017-07-18 | repo_read_index: don't discard the index | Brandon Williams | 1 | -0/+8 |
2017-06-23 | repository: enable initialization of submodules | Brandon Williams | 1 | -0/+10 |
2017-06-23 | submodule-config: store the_submodule_cache in the_repository | Brandon Williams | 1 | -0/+4 |
2017-06-23 | repository: add index_state to struct repo | Brandon Williams | 1 | -0/+9 |
2017-06-23 | config: read config from a repository object | Brandon Williams | 1 | -0/+10 |
2017-06-23 | repository: introduce the repository object | Brandon Williams | 1 | -0/+64 |