1. 58300f4 sparse-index: add index.sparse config option by Derrick Stolee · 4 years ago
  2. 3964fc2 sparse-index: add guard to ensure full index by Derrick Stolee · 4 years ago
  3. 52b8c8c Merge branch 'ds/maintenance-part-2' by Junio C Hamano · 4 years, 4 months ago
  4. 288ed98 Merge branch 'tb/bloom-improvements' by Junio C Hamano · 4 years, 5 months ago
  5. 18e449f midx: enable core.multiPackIndex by default by Derrick Stolee · 4 years, 5 months ago
  6. b66d847 commit-graph: respect 'commitGraph.readChangedPaths' by Taylor Blau · 4 years, 6 months ago
  7. cbe566a negotiator/noop: add noop fetch negotiator by Jonathan Tan · 4 years, 7 months ago
  8. 16af5f1 repository: add a helper function to perform repository format upgrade by Xin Li · 4 years, 9 months ago
  9. 95ca489 Merge branch 'jc/missing-ref-store-fix' by Junio C Hamano · 4 years, 11 months ago
  10. 0220461 repository: mark the "refs" pointer as private by Jeff King · 5 years ago
  11. 15beaaa Fix spelling errors in code comments by Elijah Newren · 5 years ago
  12. 098e8c6 Merge branch 'jk/disable-commit-graph-during-upload-pack' by Junio C Hamano · 5 years ago
  13. 6abada1 upload-pack: disable commit graph more gently for shallow traversal by Jeff King · 5 years ago
  14. 50f26bd fetch: add fetch.writeCommitGraph config setting by Derrick Stolee · 6 years ago
  15. aaf633c repo-settings: create feature.experimental setting by Derrick Stolee · 6 years ago
  16. ad0fb65 repo-settings: parse core.untrackedCache by Derrick Stolee · 6 years ago
  17. 7211b9e repo-settings: consolidate some config settings by Derrick Stolee · 6 years ago
  18. ee4512e trace2: create new combined trace facility by Jeff Hostetler · 6 years ago
  19. 7589e63 Merge branch 'nd/the-index-final' by Junio C Hamano · 6 years ago
  20. 1b0d968 read-cache.c: replace update_index_if_able with repo_& by Nguyễn Thái Ngọc Duy · 6 years ago
  21. e1ff0a3 read-cache.c: kill read_index() by Nguyễn Thái Ngọc Duy · 6 years ago
  22. 3a95f31 repository.c: replace hold_locked_index() with repo_hold_locked_index() by Nguyễn Thái Ngọc Duy · 6 years ago
  23. d5498e0 repository: repo_submodule_init to take a submodule struct by Stefan Beller · 6 years ago
  24. 5ade034 Merge branch 'en/incl-forward-decl' by Junio C Hamano · 7 years ago
  25. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  26. c2ec417 repository.h: drop extern from function declaration by Nguyễn Thái Ngọc Duy · 7 years ago
  27. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  28. 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano · 7 years ago
  29. 102de88 path.c: migrate global git_path_* to take a repository argument by Stefan Beller · 7 years ago
  30. 99bf115 repository: introduce parsed objects field by Stefan Beller · 7 years ago
  31. 174774c Merge branch 'sb/object-store-replace' by Junio C Hamano · 7 years ago
  32. 64a7416 refs: store the main ref store inside the repository struct by Stefan Beller · 7 years ago
  33. da62f78 submodule: fixup nested submodules after moving the submodule by Stefan Beller · 7 years ago
  34. 90c6215 repository: introduce raw object store field by Stefan Beller · 7 years ago
  35. 00a3da2 repository.h: add comment and clarify repo_set_gitdir by Nguyễn Thái Ngọc Duy · 7 years ago
  36. 2bee50a repository: delete ignore_env member by Nguyễn Thái Ngọc Duy · 7 years ago
  37. 7bc0dca sha1_file.c: move delayed getenv(altdb) back to setup_git_env() by Nguyễn Thái Ngọc Duy · 7 years ago
  38. 357a03e repository.c: move env-related setup code back to environment.c by Nguyễn Thái Ngọc Duy · 7 years ago
  39. b2f0ece repository: initialize the_repository in main() by Nguyễn Thái Ngọc Duy · 7 years ago
  40. 78a6766 Integrate hash algorithm support with repo setup by brian m. carlson · 7 years ago
  41. 3f13877 repo_read_index: don't discard the index by Brandon Williams · 8 years ago
  42. 96dc883 repository: enable initialization of submodules by Brandon Williams · 8 years ago
  43. bf12fcd submodule-config: store the_submodule_cache in the_repository by Brandon Williams · 8 years ago
  44. 639e30b repository: add index_state to struct repo by Brandon Williams · 8 years ago
  45. 3b25622 config: read config from a repository object by Brandon Williams · 8 years ago
  46. 359efef repository: introduce the repository object by Brandon Williams · 8 years ago