1. e73fe3d builtin/*: update usage format by ZheNing Hu · 4 years, 2 months ago
  2. 56f56ac style: do not "break" in switch() after "return" by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
  3. 58138d3 Merge branch 'js/default-branch-name-part-2' by Junio C Hamano · 4 years, 5 months ago
  4. 86cca37 Merge branch 'jk/drop-unaligned-loads' by Junio C Hamano · 4 years, 5 months ago
  5. 176380f Revert "fast-export: use local array to store anonymized oid" by Jeff King · 4 years, 6 months ago
  6. 5a0c32b fast-export: avoid using unnecessary language in a code comment by Johannes Schindelin · 4 years, 6 months ago
  7. f24c30e wt-status: tolerate dangling marks by Jonathan Tan · 4 years, 6 months ago
  8. f39ad38 fast-export: use local array to store anonymized oid by Jeff King · 4 years, 9 months ago
  9. 8a49495 fast-export: anonymize "master" refname by Jeff King · 4 years, 9 months ago
  10. 65b5d9f fast-export: allow seeding the anonymized mapping by Jeff King · 4 years, 9 months ago
  11. d5bf91f fast-export: add a "data" callback parameter to anonymize_str() by Jeff King · 4 years, 9 months ago
  12. 6416a86 fast-export: move global "idents" anonymize hashmap into function by Jeff King · 4 years, 9 months ago
  13. 55b0145 fast-export: use a flex array to store anonymized entries by Jeff King · 4 years, 9 months ago
  14. a0f6564 fast-export: stop storing lengths in anonymized hashmaps by Jeff King · 4 years, 9 months ago
  15. 7f40759 fast-export: tighten anonymize_mem() interface to handle only strings by Jeff King · 4 years, 9 months ago
  16. 750bb32 fast-export: store anonymized oids as hex strings by Jeff King · 4 years, 9 months ago
  17. b897bf5 fast-export: use xmemdupz() for anonymizing oids by Jeff King · 4 years, 9 months ago
  18. 78e67cd Merge branch 'mt/use-passed-repo-more-in-funcs' by Junio C Hamano · 5 years ago
  19. 145136a C: use skip_prefix() to avoid hardcoded string length by Junio C Hamano · 5 years ago
  20. b98d188 sha1-file: allow check_object_signature() to handle any repo by Matheus Tavares · 5 years ago
  21. 5efabc7 Merge branch 'ew/hashmap' by Junio C Hamano · 5 years ago
  22. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong · 5 years ago
  23. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong · 5 years ago
  24. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong · 5 years ago
  25. 26b455f hashmap_put takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  26. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong · 5 years ago
  27. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 5 years ago
  28. 941790d fast-export: handle nested tags by Elijah Newren · 5 years ago
  29. a1638cf fast-export: allow user to request tags be marked with --mark-tags by Elijah Newren · 5 years ago
  30. 208d692 fast-export: add support for --import-marks-if-exists by Elijah Newren · 5 years ago
  31. af2abd8 fast-export: fix exporting a tag and nothing else by Elijah Newren · 5 years ago
  32. d0229ab object: convert lookup_object() to use object_id by Jeff King · 6 years ago
  33. e80001f fast-export: do automatic reencoding of commit messages only if requested by Elijah Newren · 6 years ago
  34. 57a8be2 fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8 by Elijah Newren · 6 years ago
  35. ccbfc96 fast-export: avoid stripping encoding header if we cannot reencode by Elijah Newren · 6 years ago
  36. 4d59753 Merge branch 'en/fast-export-import' by Junio C Hamano · 6 years ago
  37. a965bb3 fast-export: add a --show-original-ids option to show original names by Elijah Newren · 6 years ago
  38. 530ca19 fast-export: add --reference-excluded-parents option by Elijah Newren · 6 years ago
  39. fdf31b6 fast-export: ensure we export requested refs by Elijah Newren · 6 years ago
  40. cd13762 fast-export: when using paths, avoid corrupt stream with non-existent mark by Elijah Newren · 6 years ago
  41. f129c42 fast-export: move commit rewriting logic into a function for reuse by Elijah Newren · 6 years ago
  42. 1f30c90 fast-export: avoid dying when filtering by paths and old tags exist by Elijah Newren · 6 years ago
  43. b93b81e fast-export: use value from correct enum by Elijah Newren · 6 years ago
  44. 843b9e6 fast-export: convert sha1 to oid by Elijah Newren · 6 years ago
  45. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
  46. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
  47. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  48. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  49. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  50. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  51. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
  52. da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
  53. 1ec5bfd object: add repository argument to parse_object_buffer by Stefan Beller · 7 years ago
  54. 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
  55. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  56. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  57. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano · 7 years ago
  58. e12cbea Merge branch 'bw/ref-prefix-for-configured-refspec' by Junio C Hamano · 7 years ago
  59. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  60. bef896e Merge branch 'rs/no-null-ptr-arith-in-fast-export' by Junio C Hamano · 7 years ago
  61. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  62. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano · 7 years ago
  63. 87be252 revision.c: use commit-slab for show_source by Nguyễn Thái Ngọc Duy · 7 years ago
  64. d000414 remote: convert apply_refspecs to take a struct refspec by Brandon Williams · 7 years ago
  65. 16eefc8 fast-export: convert to use struct refspec by Brandon Williams · 7 years ago
  66. 0ad4a5f refspec: rename struct refspec to struct refspec_item by Brandon Williams · 7 years ago
  67. ec0cb49 refspec: move refspec parsing logic into its own file by Brandon Williams · 7 years ago
  68. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  69. c112084 fast-export: avoid NULL pointer arithmetic by René Scharfe · 7 years ago
  70. ad3207e Merge branch 'ma/fast-export-skip-merge-fix' by Junio C Hamano · 7 years ago
  71. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  72. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  73. be011bb fast-export: fix regression skipping some merge-commits by Martin Ågren · 7 years ago
  74. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
  75. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
  76. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  77. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  78. 17e6545 sha1_file: convert check_sha1_signature to struct object_id by brian m. carlson · 7 years ago
  79. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
  80. ddd3e31 decorate: clean up and document API by Jonathan Tan · 7 years ago
  81. 8cc6332 Merge branch 'bw/diff-opt-impl-to-bitfields' by Junio C Hamano · 7 years ago
  82. 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams · 7 years ago
  83. 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams · 7 years ago
  84. cca5fa6 refs: convert dwim_ref and expand_ref to struct object_id by brian m. carlson · 7 years ago
  85. 69c54c7 Merge branch 'ma/leakplugs' by Junio C Hamano · 7 years ago
  86. 8096e1d Merge branch 'jt/fast-export-copy-modify-fix' by Junio C Hamano · 7 years ago
  87. 7199203 object_array: add and use `object_array_pop()` by Martin Ågren · 7 years ago
  88. b3e8ca8 fast-export: do not copy from modified file by Jonathan Tan · 7 years ago
  89. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  90. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  91. a6f38c1 Merge branch 'bw/object-id' by Junio C Hamano · 8 years ago
  92. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  93. b9a7d55 Merge branch 'nd/fopen-errors' by Junio C Hamano · 8 years ago
  94. 66f414f diff-tree: convert diff_tree_sha1 to struct object_id by Brandon Williams · 8 years ago
  95. 7b8dea0 tree-diff: convert diff_root_tree_sha1 to struct object_id by Brandon Williams · 8 years ago
  96. 849e671 Merge branch 'js/plug-leaks' by Junio C Hamano · 8 years ago
  97. 23a9e07 use xfopen() in more places by Nguyễn Thái Ngọc Duy · 8 years ago
  98. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
  99. 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 8 years ago
  100. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago