1. 5b7eec4 fast-import: use mem_pool_calloc() by René Scharfe · 1 year, 1 month ago
  2. 331f20d Merge branch 'ew/hash-with-openssl-evp' by Junio C Hamano · 1 year, 4 months ago
  3. e0b8c84 treewide: fix various bugs w/ OpenSSL 3+ EVP API by Eric Wong · 1 year, 5 months ago
  4. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 7 months ago
  5. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 8 months ago
  6. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 8 months ago
  7. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
  8. 0807e57 Merge branch 'en/header-split-cache-h' by Junio C Hamano · 1 year, 9 months ago
  9. 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  10. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  11. 6047b28 Merge branch 'en/header-split-cleanup' by Junio C Hamano · 1 year, 10 months ago
  12. 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 1 year, 10 months ago
  13. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 10 months ago
  14. 9dc607f fast-import: fix file access when run from subdir by Jeff King · 1 year, 10 months ago
  15. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  16. cb338c2 cocci: apply the "commit-reach.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  17. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  18. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  19. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  20. 0b027f6 abspath.h: move absolute path functions from cache.h by Elijah Newren · 1 year, 10 months ago
  21. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
  22. d0732a8 Merge branch 'jk/unused-post-2.39-part2' by Junio C Hamano · 1 year, 10 months ago
  23. 9ec03b5 mark unused parameters in signal handlers by Jeff King · 1 year, 11 months ago
  24. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  25. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  26. 02c3c59 hashmap: mark unused callback parameters by Jeff King · 2 years, 5 months ago
  27. b4eda05 i18n: fix mismatched camelCase config variables by Jiang Xin · 2 years, 7 months ago
  28. eb804cd Merge branch 'ns/core-fsyncmethod' by Junio C Hamano · 2 years, 10 months ago
  29. 430883a Merge branch 'ab/object-file-api-updates' by Junio C Hamano · 2 years, 10 months ago
  30. 020406e core.fsync: introduce granular fsync control infrastructure by Neeraj Singh · 2 years, 10 months ago
  31. 20d34c0 Merge branch 'ab/c99-designated-initializers' by Junio C Hamano · 2 years, 11 months ago
  32. 6aea6ba object-file API: pass an enum to read_object_with_reference() by Ævar Arnfjörð Bjarmason · 3 years ago
  33. b04cdea object-file API: add a format_object_header() function by Ævar Arnfjörð Bjarmason · 3 years ago
  34. c829f5f fast-import.c: use designated initializers for "partial" struct assignments by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
  35. 88c7b4c date API: create a date.h, split from cache.h by Ævar Arnfjörð Bjarmason · 3 years ago
  36. e081a7c usage.c API users: use die_message() for "fatal :" + exit 128 by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  37. 5951bf4 Use the final_oid_fn to finalize hashing of object IDs by brian m. carlson · 3 years, 9 months ago
  38. 92e2cab Always use oidread to read into struct object_id by brian m. carlson · 3 years, 9 months ago
  39. ca56dad use CALLOC_ARRAY by René Scharfe · 3 years, 10 months ago
  40. 5183065 Merge branch 'jk/fast-import-marks-cleanup' by Junio C Hamano · 4 years, 3 months ago
  41. 6db29ab fast-import: remove duplicated option-parsing line by Jeff King · 4 years, 3 months ago
  42. 3f018ec fast-import: fix over-allocation of marks storage by Jeff King · 4 years, 3 months ago
  43. ccb181d fast-import: use write_pack_header() by René Scharfe · 4 years, 4 months ago
  44. afd49c3 Merge branch 'jk/slimmed-down' by Junio C Hamano · 4 years, 5 months ago
  45. a006f87 make git-fast-import a builtin by Jeff King · 4 years, 5 months ago[Renamed (99%) from fast-import.c]
  46. ef8d7ac strvec: convert more callers away from argv_array name by Jeff King · 4 years, 6 months ago
  47. 5404183 Merge branch 'en/fast-import-looser-date' by Junio C Hamano · 4 years, 8 months ago
  48. d42a2fb fast-import: add new --date-format=raw-permissive format by Elijah Newren · 4 years, 8 months ago
  49. 6ae3c79 Merge branch 'jk/fast-import-use-hashmap' by Junio C Hamano · 4 years, 9 months ago
  50. d8410a8 fast-import: replace custom hash with hashmap.c by Jeff King · 4 years, 10 months ago
  51. 1bdca81 fast-import: add options for rewriting submodules by brian m. carlson · 5 years ago
  52. d9db599 fast-import: add a generic function to iterate over marks by brian m. carlson · 5 years ago
  53. 11d8ef3 fast-import: make find_marks work on any mark set by brian m. carlson · 5 years ago
  54. abe0cc5 fast-import: add helper function for inserting mark object entries by brian m. carlson · 5 years ago
  55. ddddf8d fast-import: permit reading multiple marks files by brian m. carlson · 5 years ago
  56. 67af91c Sync with 2.23.1 by Johannes Schindelin · 5 years ago
  57. 7fd9fd9 Sync with 2.22.2 by Johannes Schindelin · 5 years ago
  58. 5421ddd Sync with 2.21.1 by Johannes Schindelin · 5 years ago
  59. fc346cb Sync with 2.20.2 by Johannes Schindelin · 5 years ago
  60. d851d94 Sync with 2.19.3 by Johannes Schindelin · 5 years ago
  61. 7c9fbda Sync with 2.18.2 by Johannes Schindelin · 5 years ago
  62. 14af7ed Sync with 2.17.3 by Johannes Schindelin · 5 years ago
  63. bdfef04 Sync with 2.16.6 by Johannes Schindelin · 5 years ago
  64. 9ac92fe Sync with 2.15.4 by Johannes Schindelin · 5 years ago
  65. d3ac8c3 Sync with 2.14.6 by Johannes Schindelin · 5 years ago
  66. a52ed76 fast-import: disallow "feature import-marks" by default by Jeff King · 5 years ago
  67. 68061e3 fast-import: disallow "feature export-marks" by default by Jeff King · 5 years ago
  68. 0196830 fast-import: delay creating leading directories for export-marks by Jeff King · 5 years ago
  69. e075dba fast-import: stop creating leading directories for import-marks by Jeff King · 5 years ago
  70. 11e934d fast-import: tighten parsing of boolean command line options by Jeff King · 5 years ago
  71. 16d9d71 Merge branch 'en/fast-imexport-nested-tags' by Junio C Hamano · 5 years ago
  72. b8f50e5 fast-import: add support for new 'alias' command by Elijah Newren · 5 years ago
  73. f73b2ab fast-import: allow tags to be identified by mark labels by Elijah Newren · 5 years ago
  74. 3164e6b fast-import: fix handling of deleted tags by Elijah Newren · 5 years ago
  75. 1ebec8d fast-import: duplicate into history rather than passing ownership by Jeff King · 5 years ago
  76. 9756082 fast-import: duplicate parsed encoding string by Jeff King · 5 years ago
  77. 1eb0a12 Merge branch 'nd/tree-walk-with-repo' by Junio C Hamano · 6 years ago
  78. e8d2590 Merge branch 'rs/copy-array' by Junio C Hamano · 6 years ago
  79. d3b4705 sha1-file.c: remove the_repo from read_object_with_reference() by Nguyễn Thái Ngọc Duy · 6 years ago
  80. 921d49b use COPY_ARRAY for copying arrays by René Scharfe · 6 years ago
  81. 3edfcc6 fast-import: support 'encoding' commit header by Elijah Newren · 6 years ago
  82. d4e568b Merge branch 'bc/hash-transition-16' by Junio C Hamano · 6 years ago
  83. cf7b857 fast-import: fix erroneous handling of get-mark with empty orphan commits by Elijah Newren · 6 years ago
  84. 7ffde29 fast-import: only allow cat-blob requests where it makes sense by Elijah Newren · 6 years ago
  85. 5056bb7 fast-import: check most prominent commands first by Elijah Newren · 6 years ago
  86. ef479a1 fast-import: replace sha1_to_hex by brian m. carlson · 6 years ago
  87. 28d055b fast-import: make hash-size independent by brian m. carlson · 6 years ago
  88. 538b152 object-store: rename and expand packed_git's sha1 member by brian m. carlson · 6 years ago
  89. 4d59753 Merge branch 'en/fast-export-import' by Junio C Hamano · 6 years ago
  90. a965bb3 fast-export: add a --show-original-ids option to show original names by Elijah Newren · 6 years ago
  91. 25dd3e4 fast-import: remove unmaintained duplicate documentation by Elijah Newren · 6 years ago
  92. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
  93. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 6 years ago
  94. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
  95. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 6 years ago
  96. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 6 years ago
  97. 454ea2e treewide: use get_all_packs by Derrick Stolee · 6 years ago
  98. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 6 years ago
  99. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  100. 9d14ecf fast-import: do not call diff_delta() with empty buffer by Mike Hommey · 7 years ago