Age | Commit message (Expand) | Author | Files | Lines |
2020-10-27 | Merge branch 'ds/maintenance-part-2' | Junio C Hamano | 1 | -0/+2 |
2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -0/+1 |
2020-09-25 | midx: enable core.multiPackIndex by default | Derrick Stolee | 1 | -0/+2 |
2020-09-09 | commit-graph: respect 'commitGraph.readChangedPaths' | Taylor Blau | 1 | -0/+1 |
2020-08-18 | negotiator/noop: add noop fetch negotiator | Jonathan Tan | 1 | -0/+1 |
2020-06-05 | repository: add a helper function to perform repository format upgrade | Xin Li | 1 | -0/+6 |
2020-04-22 | Merge branch 'jc/missing-ref-store-fix' | Junio C Hamano | 1 | -2/+6 |
2020-04-09 | repository: mark the "refs" pointer as private | Jeff King | 1 | -2/+6 |
2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -1/+1 |
2019-10-07 | Merge branch 'jk/disable-commit-graph-during-upload-pack' | Junio C Hamano | 1 | -0/+3 |
2019-09-12 | upload-pack: disable commit graph more gently for shallow traversal | Jeff King | 1 | -0/+3 |
2019-09-03 | fetch: add fetch.writeCommitGraph config setting | Derrick Stolee | 1 | -0/+1 |
2019-08-13 | repo-settings: create feature.experimental setting | Derrick Stolee | 1 | -0/+8 |
2019-08-13 | repo-settings: parse core.untrackedCache | Derrick Stolee | 1 | -0/+8 |
2019-08-13 | repo-settings: consolidate some config settings | Derrick Stolee | 1 | -0/+14 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -0/+3 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -0/+16 |
2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2019-01-14 | repository.c: replace hold_locked_index() with repo_hold_locked_index() | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2018-12-05 | repository: repo_submodule_init to take a submodule struct | Stefan Beller | 1 | -2/+10 |
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 |