| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/repo-clear-keep-the-index' | Junio C Hamano | 2018-05-30 | 1 | -1/+2 |
|\ |
|
| * | repository: fix free problem with repo_clear(the_repository) | Nguyễn Thái Ngọc Duy | 2018-05-10 | 1 | -1/+2 |
* | | submodule: fixup nested submodules after moving the submodulesb/submodule-move-nested | Stefan Beller | 2018-03-29 | 1 | -3/+3 |
* | | submodule-config: remove submodule_from_cache | Stefan Beller | 2018-03-29 | 1 | -1/+1 |
* | | repository: introduce raw object store field | Stefan Beller | 2018-03-23 | 1 | -5/+10 |
* | | repository: delete ignore_env member | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -2/+0 |
* | | sha1_file.c: move delayed getenv(altdb) back to setup_git_env() | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -0/+3 |
* | | repository.c: delete dead functions | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -25/+0 |
* | | repository.c: move env-related setup code back to environment.c | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -18/+40 |
* | | repository: initialize the_repository in main() | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -5/+13 |
* | | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 2018-02-13 | 1 | -1/+1 |
|\ \ |
|
| * | | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 2018-01-19 | 1 | -1/+1 |
| |/ |
|
* | | repository: pre-initialize hash algo pointer | brian m. carlson | 2018-01-19 | 1 | -1/+1 |
* | | repository: fix a sparse 'using integer as NULL pointer' warning | Ramsay Jones | 2017-11-28 | 1 | -1/+1 |
* | | Integrate hash algorithm support with repo setup | brian m. carlson | 2017-11-13 | 1 | -0/+7 |
|/ |
|
* | repository: use FREE_AND_NULLrs/use-free-and-null | René Scharfe | 2017-10-02 | 1 | -18/+9 |
* | set_git_dir: handle feeding gitdir to itself | Jeff King | 2017-09-06 | 1 | -7/+3 |
* | repository: free fields before overwriting them | Jeff King | 2017-09-06 | 1 | -0/+4 |
* | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-08-22 | 1 | -3/+3 |
|\ |
|
| * | repository: have the_repository use the_index | Brandon Williams | 2017-07-18 | 1 | -1/+3 |
| * | repo_read_index: don't discard the index | Brandon Williams | 2017-07-18 | 1 | -2/+0 |
* | | submodule: convert submodule config lookup to use object_id | brian m. carlson | 2017-07-17 | 1 | -1/+1 |
|/ |
|
* | repository: enable initialization of submodules | Brandon Williams | 2017-06-23 | 1 | -0/+54 |
* | submodule-config: store the_submodule_cache in the_repository | Brandon Williams | 2017-06-23 | 1 | -0/+6 |
* | repository: add index_state to struct repo | Brandon Williams | 2017-06-23 | 1 | -0/+16 |
* | config: read config from a repository object | Brandon Williams | 2017-06-23 | 1 | -0/+7 |
* | repository: introduce the repository object | Brandon Williams | 2017-06-23 | 1 | -0/+159 |