1. 4d59753 Merge branch 'en/fast-export-import' by Junio C Hamano · 6 years ago
  2. a965bb3 fast-export: add a --show-original-ids option to show original names by Elijah Newren · 6 years ago
  3. 25dd3e4 fast-import: remove unmaintained duplicate documentation by Elijah Newren · 6 years ago
  4. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
  5. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 6 years ago
  6. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano · 6 years ago
  7. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 6 years ago
  8. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 6 years ago
  9. 454ea2e treewide: use get_all_packs by Derrick Stolee · 7 years ago
  10. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  11. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago
  12. 9d14ecf fast-import: do not call diff_delta() with empty buffer by Mike Hommey · 7 years ago
  13. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller · 7 years ago
  14. 2f76ebc Merge branch 'ma/lockfile-cleanup' by Junio C Hamano · 7 years ago
  15. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  16. b227586 lock_file: make function-local locks non-static by Martin Ågren · 7 years ago
  17. b10edb2 Merge branch 'ds/commit-graph' by Junio C Hamano · 7 years ago
  18. 57a6a50 packfile: add repository argument to unpack_entry by Stefan Beller · 7 years ago
  19. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  20. cac7a2b Merge branch 'jm/mem-pool' by Junio C Hamano · 7 years ago
  21. 065feab mem-pool: move reusable parts of memory pool into its own file by Jameson Miller · 7 years ago
  22. 96c47d1 fast-import: introduce mem_pool type by Jameson Miller · 7 years ago
  23. 7dc0656 fast-import: rename mem_pool type to mp_block by Jameson Miller · 7 years ago
  24. 3a1ec60 Merge branch 'sb/packfiles-in-repository' by Junio C Hamano · 7 years ago
  25. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
  26. a5bbc29 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
  27. f2af9f5 csum-file: rename hashclose() to finalize_hashfile() by Derrick Stolee · 7 years ago
  28. 464416a packfile: keep prepare_packed_git() private by Nguyễn Thái Ngọc Duy · 7 years ago
  29. 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller · 7 years ago
  30. 5babff1 packfile: allow install_packed_git to handle arbitrary repositories by Stefan Beller · 7 years ago
  31. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  32. d178111 Merge branch 'rj/warning-uninitialized-fix' by Junio C Hamano · 7 years ago
  33. 156e178 -Wuninitialized: remove some 'init-self' workarounds by Ramsay Jones · 7 years ago
  34. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  35. 02f0547 sha1_file: convert read_object_with_reference to object_id by brian m. carlson · 7 years ago
  36. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  37. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
  38. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
  39. 98a3bea csum-file: rename sha1file to hashfile by brian m. carlson · 7 years ago
  40. 7f89428 fast-import: switch various uses of SHA-1 to the_hash_algo by brian m. carlson · 7 years ago
  41. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  42. 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
  43. 29a67cc Merge branch 'er/fast-import-dump-refs-on-checkpoint' by Junio C Hamano · 7 years ago
  44. 30e215a fast-import: checkpoint: dump branches/tags/marks even if object_count==0 by Eric Rannaud · 7 years ago
  45. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 7 years ago
  46. 06f46f2 avoid "write_in_full(fd, buf, len) != len" pattern by Jeff King · 7 years ago
  47. 4f39cd8 pack: move pack name-related functions by Jonathan Tan · 8 years ago
  48. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  49. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  50. f77149c Merge branch 'mh/fast-import-raise-default-depth' by Junio C Hamano · 8 years ago
  51. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  52. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  53. b9a7d55 Merge branch 'nd/fopen-errors' by Junio C Hamano · 8 years ago
  54. 4f2220e fast-import: increase the default pack depth to 50 by Mike Hommey · 8 years ago
  55. 23a9e07 use xfopen() in more places by Nguyễn Thái Ngọc Duy · 8 years ago
  56. e6a492b pack: convert struct pack_idx_entry to struct object_id by brian m. carlson · 8 years ago
  57. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
  58. 912c13d fast-import: convert to struct object_id by brian m. carlson · 8 years ago
  59. d7e6b6a fast-import: convert internal structs to struct object_id by brian m. carlson · 8 years ago
  60. b80f629 Merge branch 'jk/war-on-git-path' by Junio C Hamano · 8 years ago
  61. d9c6964 replace xstrdup(git_path(...)) with git_pathdup(...) by Jeff King · 8 years ago
  62. 594fa99 odb_mkstemp: write filename into strbuf by Jeff King · 8 years ago
  63. 53a0f9f Merge branch 'jk/fast-import-cleanup' by Junio C Hamano · 8 years ago
  64. 7202a6f encode_in_pack_object_header: respect output buffer length by Jeff King · 8 years ago
  65. 9871824 fast-import: use xsnprintf for formatting headers by Jeff King · 8 years ago
  66. 614b1954 fast-import: use xsnprintf for writing sha1s by Jeff King · 8 years ago
  67. 45cbc37 Merge branch 'jk/pack-name-cleanups' by Junio C Hamano · 8 years ago
  68. ba47a30 replace snprintf with odb_pack_name() by Jeff King · 8 years ago
  69. eaeefc3 odb_pack_keep(): stop generating keepfile name by Jeff King · 8 years ago
  70. 755b49a delete_ref: accept a reflog message argument by Kyle Meyer · 8 years ago
  71. 87359ff Merge branch 'mh/fast-import-notes-fix-new' by Junio C Hamano · 8 years ago
  72. 405d7f4 fast-import: properly fanout notes when tree is imported by Mike Hommey · 8 years ago
  73. 8de7eeb compression: unify pack.compression configuration parsing by Junio C Hamano · 8 years ago
  74. 9ed0d8d use QSORT by René Scharfe · 8 years ago
  75. d4c6375 Merge branch 'jk/common-main' by Junio C Hamano · 9 years ago
  76. de61ceb Merge branch 'jk/common-main-2.8' into jk/common-main by Junio C Hamano · 9 years ago
  77. 5ce5f5f common-main: call git_setup_gettext() by Jeff King · 9 years ago
  78. 650c449 common-main: call git_extract_argv0_path() by Jeff King · 9 years ago
  79. 3f2e229 add an extra level of indirection to main() by Jeff King · 9 years ago
  80. 8d6a7e9 Merge branch 'ew/fast-import-unpack-limit' by Junio C Hamano · 9 years ago
  81. bc4b924 Merge branch 'fc/fast-import-broken-marks-file' by Junio C Hamano · 9 years ago
  82. d2986d0 fast-import: invalidate pack_id references after loosening by Eric Wong · 9 years ago
  83. 352d72a Merge branch 'nd/worktree-various-heads' by Junio C Hamano · 9 years ago
  84. f4beed6 fast-import: do not truncate exported marks file by Felipe Contreras · 9 years ago
  85. d9545c7 fast-import: implement unpack limit by Eric Wong · 9 years ago
  86. 6c223e4 fast-import.c: use error_errno() by Nguyễn Thái Ngọc Duy · 9 years ago
  87. ba0897e dir.c: rename str(n)cmp_icase to fspath(n)cmp by Nguyễn Thái Ngọc Duy · 9 years ago
  88. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
  89. a78c188 fast-import: simplify allocation in start_packfile by Jeff King · 9 years ago
  90. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King · 9 years ago
  91. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  92. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  93. e0048d3 Merge branch 'sg/lock-file-commit-error' by Junio C Hamano · 9 years ago
  94. 08a3651 Make error message after failing commit_lock_file() less confusing by SZEDER Gábor · 9 years ago
  95. 7889179 Merge branch 'jk/war-on-sprintf' by Junio C Hamano · 9 years ago
  96. 7b09c45 Merge branch 'jk/date-local' by Junio C Hamano · 9 years ago
  97. eddda37 convert strncpy to memcpy by Jeff King · 9 years ago
  98. 34fa79a prefer memcpy to strcpy by Jeff King · 9 years ago
  99. c7ab0ba avoid sprintf and strcpy with flex arrays by Jeff King · 9 years ago
  100. ef1286d use xsnprintf for generating git object headers by Jeff King · 9 years ago