๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.43
  1. f2ffc74 Merge branch 'tb/pack-bitmap-traversal-with-boundary' by Junio C Hamano ยท 2 years, 6 months ago
  2. fe90355 object: add object_array initializer helper function by Taylor Blau ยท 2 years, 7 months ago
  3. d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren ยท 2 years, 8 months ago
  4. 8876ea8 object.h: move some inline functions and defines from cache.h by Elijah Newren ยท 2 years, 8 months ago
  5. a64215b object.h: stop depending on cache.h; make cache.h depend on object.h by Elijah Newren ยท 2 years, 10 months ago
  6. c868d8e parse_object(): allow skipping hash check by Jeff King ยท 3 years, 3 months ago
  7. 257418c revision: allow --ancestry-path to take an argument by Elijah Newren ยท 3 years, 4 months ago
  8. 7d3d226 reflog: libify delete reflog function and helpers by John Cai ยท 3 years, 10 months ago
  9. 9865b6e *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom by ร†var Arnfjรถrรฐ Bjarmason ยท 4 years, 3 months ago
  10. b017334 builtin/pack-objects.c: remove duplicate hash lookup by Taylor Blau ยท 4 years, 4 months ago
  11. 7463064 object.h: add lookup_object_by_type() function by Jeff King ยท 4 years, 6 months ago
  12. 542d6ab object.h: expand docstring for lookup_unknown_object() by Jeff King ยท 4 years, 6 months ago
  13. 644f4a2 Merge branch 'jt/push-negotiation' by Junio C Hamano ยท 4 years, 7 months ago
  14. 9c1e657 fetch: teach independent negotiation (no packfile) by Jonathan Tan ยท 4 years, 7 months ago
  15. 45a187c lookup_unknown_object(): take a repository argument by Jeff King ยท 4 years, 8 months ago
  16. cd88884 object: allow clear_commit_marks_all to handle any repo by Renรฉ Scharfe ยท 5 years ago
  17. 4ddc79b maintenance: add auto condition for commit-graph task by Derrick Stolee ยท 5 years ago
  18. 24ecfdf Merge branch 'tb/fix-persistent-shallow' into master by Junio C Hamano ยท 5 years ago
  19. ce16364 commit.c: don't persist substituted parents when unshallowing by Taylor Blau ยท 5 years ago
  20. 480e785 Merge branch 'rs/pack-bits-in-object-better' by Junio C Hamano ยท 5 years ago
  21. 67d99b8 Merge branch 'bc/http-push-flagsfix' by Junio C Hamano ยท 5 years ago
  22. 23c4319 revision: reallocate TOPO_WALK object flags by Renรฉ Scharfe ยท 5 years ago
  23. 64472d1 http-push: ensure unforced pushes fail when data would be lost by brian m. carlson ยท 5 years ago
  24. 6da43d9 object: drop parsed_object_pool->commit_count by Abhishek Kumar ยท 5 years ago
  25. 8d049e1 revision: --show-pulls adds helpful merges by Derrick Stolee ยท 6 years ago
  26. acac50d pack-bitmap: fix leak of haves/wants object lists by Jeff King ยท 6 years ago
  27. cb99a34 commit-graph: fix writing first commit-graph during fetch by Derrick Stolee ยท 6 years ago
  28. a378509 object: convert create_object() to use object_id by Jeff King ยท 6 years ago
  29. d0229ab object: convert lookup_object() to use object_id by Jeff King ยท 6 years ago
  30. 0ebbcf7 object: convert lookup_unknown_object() to use object_id by Jeff King ยท 6 years ago
  31. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu ยท 7 years ago
  32. b454241 revision.c: generation-based topo-order algorithm by Derrick Stolee ยท 7 years ago
  33. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano ยท 7 years ago
  34. ef3ca95 Add missing includes and forward declarations by Elijah Newren ยท 7 years ago
  35. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano ยท 7 years ago
  36. af8ac73 Merge branch 'jt/fetch-pack-negotiator' by Junio C Hamano ยท 7 years ago
  37. 8fa8a4f Merge branch 'jt/partial-clone-fsck-connectivity' by Junio C Hamano ยท 7 years ago
  38. ba3ca1e commit-reach: move can_all_from_reach_with_flags by Derrick Stolee ยท 7 years ago
  39. 5227c38 commit-reach: move walk methods from commit.c by Derrick Stolee ยท 7 years ago
  40. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano ยท 7 years ago
  41. a0c9016 upload-pack: send refs' objects despite "filter" by Jonathan Tan ยท 7 years ago
  42. 8e4b0b6 object.c: allow parse_object to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  43. 108ed1a object.c: allow parse_object_buffer to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  44. 65ea9d4 commit.c: migrate the commit buffer to the parsed object store by Stefan Beller ยท 7 years ago
  45. 94c09a7 object: allow lookup_object to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  46. a962da1 object: allow object_as_type to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  47. 1268dfa object: add repository argument to object_as_type by Stefan Beller ยท 7 years ago
  48. 1ec5bfd object: add repository argument to parse_object_buffer by Stefan Beller ยท 7 years ago
  49. 5abddd1 object: add repository argument to lookup_object by Stefan Beller ยท 7 years ago
  50. 109cd76 object: add repository argument to parse_object by Stefan Beller ยท 7 years ago
  51. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano ยท 7 years ago
  52. 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano ยท 7 years ago
  53. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano ยท 7 years ago
  54. ec06283 fetch-pack: introduce negotiator API by Jonathan Tan ยท 8 years ago
  55. ad635e8 Merge branch 'nd/pack-objects-pack-struct' by Junio C Hamano ยท 8 years ago
  56. 44cecbf show-branch: note about its object flags usage by Nguyแป…n Thรกi Ngแปc Duy ยท 8 years ago
  57. 2f6c767 commit: allow prepare_commit_graft to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  58. eee4502 shallow: migrate shallow information into the object parser by Stefan Beller ยท 8 years ago
  59. 6a1a79f object: move grafts to object parser by Jonathan Nieder ยท 8 years ago
  60. 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller ยท 8 years ago
  61. 341e45e object: allow create_object to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  62. 68f95d3 object: add repository argument to create_object by Stefan Beller ยท 8 years ago
  63. 99bf115 repository: introduce parsed objects field by Stefan Beller ยท 8 years ago
  64. fd9b1ba pack-objects: turn type and in_pack_type to bitfields by Nguyแป…n Thรกi Ngแปc Duy ยท 8 years ago
  65. e5e5e088 sha1_name.c: rename to use dash in file name by Stefan Beller ยท 8 years ago
  66. 99321e3 Merge branch 'nd/object-allocation-comments' by Junio C Hamano ยท 8 years ago
  67. 3d1cf1e object.h: realign object flag allocation comment by Nguyแป…n Thรกi Ngแปc Duy ยท 8 years ago
  68. 95308d6 object.h: update flag allocation comment by Nguyแป…n Thรกi Ngแปc Duy ยท 8 years ago
  69. e17cec2 Merge branch 'rs/lose-leak-pending' into maint by Junio C Hamano ยท 8 years ago
  70. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams ยท 8 years ago
  71. 0bbab7d Merge branch 'rs/lose-leak-pending' by Junio C Hamano ยท 8 years ago
  72. 4ad315f object: add clear_commit_marks_all() by Renรฉ Scharfe ยท 8 years ago
  73. 25ec7bc list-objects: filter objects in traverse_commit_list by Jeff Hostetler ยท 8 years ago
  74. 7199203 object_array: add and use `object_array_pop()` by Martin ร…gren ยท 8 years ago
  75. 092c55d object: remove "used" field from struct object by Jonathan Tan ยท 8 years ago
  76. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson ยท 9 years ago
  77. 41a078c fetch-pack: cache results of for_each_alternate_ref by Jeff King ยท 9 years ago
  78. 079aa97 upload-pack: add get_reachable_list() by Nguyแป…n Thรกi Ngแปc Duy ยท 10 years ago
  79. ed1c997 Remove get_object_hash. by brian m. carlson ยท 10 years ago
  80. f2fd076 Convert struct object to object_id by brian m. carlson ยท 10 years ago
  81. 3c42701 object: introduce get_object_hash macro. by brian m. carlson ยท 10 years ago
  82. 189a122 drop add_object_array_with_mode by Jeff King ยท 11 years ago
  83. 9e0c3c4 make add_object_array_with_context interface more sane by Jeff King ยท 11 years ago
  84. 46be823 object_array: add a "clear" function by Jeff King ยท 11 years ago
  85. fe8e3b7 Refactor type_from_string() to allow continuing after detecting an error by Johannes Schindelin ยท 11 years ago
  86. 8ff226a add object_as_type helper for casting objects by Jeff King ยท 11 years ago
  87. d36f51c move setting of object->type to alloc_* functions by Jeff King ยท 11 years ago
  88. b407d40 Merge branch 'nd/log-show-linear-break' by Junio C Hamano ยท 12 years ago
  89. 1b32dec log: add --show-linear-break to help see non-linear history by Nguyแป…n Thรกi Ngแปc Duy ยท 12 years ago
  90. 208acbf object.h: centralize object flag allocation by Nguyแป…n Thรกi Ngแปc Duy ยท 12 years ago
  91. 33bef7e Document some functions defined in object.c by Michael Haggerty ยท 12 years ago
  92. 4197361 Merge branch 'mg/more-textconv' by Junio C Hamano ยท 12 years ago
  93. 31faeb2 object_array_entry: fix memory handling of the name field by Michael Haggerty ยท 13 years ago
  94. 1506510 object_array_remove_duplicates(): rewrite to reduce copying by Michael Haggerty ยท 13 years ago
  95. aeb4a51 object_array: add function object_array_filter() by Michael Haggerty ยท 13 years ago
  96. afa15f3 grep: honor --textconv for the case rev:path by Michael J Gruber ๏ฟฝ๏ฟฝ 13 years ago
  97. 75a9549 avoid segfaults on parse_object failure by Jeff King ยท 13 years ago
  98. bcc0a3e Teach revision walking machinery to walk multiple times sequencially by Heiko Voigt ยท 14 years ago
  99. 0564d93 object.h: Remove obsolete struct object_refs by Jakob Pfender ยท 15 years ago
  100. 3cd4745 object.h: Add OBJECT_ARRAY_INIT macro and make use of it. by Thiago Farina ยท 15 years ago