1. 896833b Merge branch 'tb/shallow-cleanup' by Junio C Hamano · 4 years, 10 months ago
  2. 120ad2b shallow: extract a header file for shallow-related functions by Taylor Blau · 4 years, 11 months ago
  3. 183df64 commit: make 'commit_graft_pos' non-static by Taylor Blau · 4 years, 11 months ago
  4. fb4175b Merge branch 'at/rebase-fork-point-regression-fix' by Junio C Hamano · 5 years ago
  5. 42d4e1d commit: use expected signature header for SHA-256 by brian m. carlson · 5 years ago
  6. 9f3f387 Merge branch 'rs/strbuf-insertstr' by Junio C Hamano · 5 years ago
  7. f08132f rebase: --fork-point regression fix by Junio C Hamano · 5 years ago
  8. a91cc7f strbuf: add and use strbuf_insertstr() by René Scharfe · 5 years ago
  9. 54887b4 gpg-interface: add minTrustLevel as a configuration option by Hans Jerry Illikainen · 5 years ago
  10. 0e07c1c Merge branch 'jk/cleanup-object-parsing-and-fsck' by Junio C Hamano · 5 years ago
  11. 5c8c0a0 Merge branch 'pw/post-commit-from-sequencer' by Junio C Hamano · 5 years ago
  12. 228c78f commit, tag: don't set parsed bit for parse failures by Jeff King · 5 years ago
  13. 12736d2 parse_commit_buffer(): treat lookup_tree() failure as parse error by Jeff King · 5 years ago
  14. c78fe00 parse_commit_buffer(): treat lookup_commit() failure as parse error by Jeff King · 5 years ago
  15. 49697cb move run_commit_hook() to libgit and use it there by Phillip Wood · 5 years ago
  16. 80693e3 Merge branch 'tb/commit-graph-harden' by Junio C Hamano · 5 years ago
  17. 21ce0b4 Merge branch 'mh/release-commit-memory-fix' by Junio C Hamano · 5 years ago
  18. 806278d commit-graph.c: handle corrupt/missing trees by Taylor Blau · 6 years ago
  19. 9784f97 commit: free the right buffer in release_commit_memory by Mike Hommey · 6 years ago
  20. dea6737 Merge branch 'ds/close-object-store' into maint by Junio C Hamano · 6 years ago
  21. a7db4c1 Merge branch 'jk/oidhash' by Junio C Hamano · 6 years ago
  22. e116894 Merge branch 'ds/commit-graph-write-refactor' by Junio C Hamano · 6 years ago
  23. a378509 object: convert create_object() to use object_id by Jeff King · 6 years ago
  24. d0229ab object: convert lookup_object() to use object_id by Jeff King · 6 years ago
  25. c794405 commit-graph: fix the_repository reference by Derrick Stolee · 6 years ago
  26. ea2dab1 Merge branch 'tb/unexpected' by Junio C Hamano · 6 years ago
  27. 301b8c7 commit.c: add repo_get_commit_tree() by Nguyễn Thái Ngọc Duy · 6 years ago
  28. a133c40 commit.cocci: refactor code, avoid double rewrite by Nguyễn Thái Ngọc Duy · 6 years ago
  29. 8348766 get_commit_tree(): return NULL for broken tree by Jeff King · 6 years ago
  30. b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 6 years ago
  31. 6a7895f commit: prepare free_commit_buffer and release_commit_memory for any repo by Stefan Beller · 6 years ago
  32. 6d2035e Merge branch 'jk/verify-sig-merge-into-void' by Junio C Hamano · 6 years ago
  33. 62ca33e Merge branch 'ds/reachable-topo-order' by Junio C Hamano · 6 years ago
  34. 7031537 commit: prepare repo_unuse_commit_buffer to handle any repo by Stefan Beller · 6 years ago
  35. 07de3fd commit: prepare get_commit_buffer to handle any repo by Stefan Beller · 6 years ago
  36. 9e5252a commit: allow parse_commit* to handle any repo by Stefan Beller · 6 years ago
  37. edc4d47 merge: extract verify_merge_signature() helper by Jeff King · 6 years ago
  38. 5284fc5 commit/revisions: bookkeeping before refactoring by Derrick Stolee · 6 years ago
  39. 0293121 Merge branch 'pk/rebase-in-c-4-opts' by Junio C Hamano · 6 years ago
  40. 6d8f8eb Merge branch 'ds/commit-graph-with-grafts' by Junio C Hamano · 6 years ago
  41. 103148a merge-base --fork-point: extract libified function by Pratik Karki · 7 years ago
  42. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 6 years ago
  43. fba9654 Merge branch 'jk/trailer-fixes' by Junio C Hamano · 6 years ago
  44. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
  45. 0a866db Merge branch 'ds/commit-graph-lockfile-fix' by Junio C Hamano · 7 years ago
  46. 091f4cf commit: don't use generation numbers if not needed by Derrick Stolee · 7 years ago
  47. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  48. 1392c5d Merge branch 'js/larger-timestamps' by Junio C Hamano · 7 years ago
  49. 66e83d9 append_signoff: use size_t for string offsets by Jeff King · 7 years ago
  50. 1820703 commit: use timestamp_t for author_date_slab by Derrick Stolee · 7 years ago
  51. 20fd6d5 commit-graph: not compatible with grafts by Derrick Stolee · 7 years ago
  52. 78a72ad Merge branch 'jt/commit-graph-per-object-store' by Junio C Hamano · 7 years ago
  53. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  54. b006f01 Merge branch 'ds/commit-graph-fsck' by Junio C Hamano · 7 years ago
  55. 37aac3e Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  56. 5227c38 commit-reach: move walk methods from commit.c by Derrick Stolee · 7 years ago
  57. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  58. dade47c commit-graph: add repo arg to graph readers by Jonathan Tan · 7 years ago
  59. 8295296 Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store by Junio C Hamano · 7 years ago
  60. 2770ccb commit: express tree entry constants in terms of the_hash_algo by brian m. carlson · 7 years ago
  61. 1f6c72f commit.c: allow lookup_commit_reference to handle arbitrary repositories by Stefan Beller · 7 years ago
  62. d9a05e7 commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories by Stefan Beller · 7 years ago
  63. 4ff7e5c commit.c: allow get_cached_commit_buffer to handle arbitrary repositories by Stefan Beller · 7 years ago
  64. 1a40fc4 commit.c: allow set_commit_buffer to handle arbitrary repositories by Stefan Beller · 7 years ago
  65. 65ea9d4 commit.c: migrate the commit buffer to the parsed object store by Stefan Beller · 7 years ago
  66. fd8030c commit.c: allow parse_commit_buffer to handle arbitrary repositories by Stefan Beller · 7 years ago
  67. bacf168 commit: allow lookup_commit to handle arbitrary repositories by Stefan Beller · 7 years ago
  68. a74093d tag: add repository argument to deref_tag by Stefan Beller · 7 years ago
  69. 3ce85f7 commit: add repository argument to get_cached_commit_buffer by Stefan Beller · 7 years ago
  70. 5e0c636 commit: add repository argument to set_commit_buffer by Stefan Beller · 7 years ago
  71. 08f4f44 commit: add repository argument to parse_commit_buffer by Stefan Beller · 7 years ago
  72. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
  73. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
  74. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  75. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  76. 1268dfa object: add repository argument to object_as_type by Stefan Beller · 7 years ago
  77. 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
  78. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  79. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  80. 9b19ada commit: force commit to parse from object database by Derrick Stolee · 7 years ago
  81. 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano · 7 years ago
  82. a856e7d Merge branch 'ds/commit-graph-lockfile-fix' by Junio C Hamano · 7 years ago
  83. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
  84. 549ca8a Merge branch 'jk/index-pack-maint' by Junio C Hamano · 7 years ago
  85. 14a9bd2 prepare_commit_graft: treat non-repository as a noop by Jeff King · 7 years ago
  86. 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  87. 352cf6c Merge branch 'js/deprecate-grafts' by Junio C Hamano · 7 years ago
  88. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  89. 04bc8d1 commit: use generation number in remove_redundant() by Derrick Stolee · 7 years ago
  90. d7c1ec3 commit: add short-circuit to paint_down_to_common() by Derrick Stolee · 7 years ago
  91. f9b8908 commit: use generation numbers for in_merge_bases() by Derrick Stolee · 7 years ago
  92. e2838d8 commit-graph: always load commit-graph information by Derrick Stolee · 7 years ago
  93. 3afc679 commit: use generations in paint_down_to_common() by Derrick Stolee · 7 years ago
  94. e2e5ac2 merge: use commit-slab in merge remote desc instead of commit->util by Nguyễn Thái Ngọc Duy · 7 years ago
  95. b9dbddf commit: allow lookup_commit_graft to handle arbitrary repositories by Stefan Beller · 7 years ago
  96. 2f6c767 commit: allow prepare_commit_graft to handle arbitrary repositories by Stefan Beller · 7 years ago
  97. 0437a2e cache: convert get_graft_file to handle arbitrary repositories by Stefan Beller · 7 years ago
  98. d0e5dd0 commit: convert read_graft_file to handle arbitrary repositories by Brandon Williams · 7 years ago
  99. a3b78e8 commit: convert register_commit_graft to handle arbitrary repositories by Brandon Williams · 7 years ago
  100. e808656 commit: convert commit_graft_pos() to handle arbitrary repositories by Brandon Williams · 7 years ago