๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.20.4
  1. 1127a98 fuzz: add fuzz testing for packfile indices. by Josh Steadmon ยท 7 years ago
  2. 0bff526 packfile: add all_packs list by Derrick Stolee ยท 7 years ago
  3. c00ba22 Sync 'ds/multi-pack-index' to v2.19.0-rc0 by Junio C Hamano ยท 7 years ago
  4. 0c54cda Merge branch 'jk/for-each-object-iteration' by Junio C Hamano ยท 7 years ago
  5. 0889aae for_each_*_object: move declarations to object-store.h by Jeff King ยท 7 years ago
  6. 736eb88 for_each_packed_object: support iterating in pack-order by Jeff King ยท 7 years ago
  7. 8b36155 for_each_*_object: give more comprehensive docstrings by Jeff King ยท 7 years ago
  8. a7ff6f5 for_each_*_object: take flag arguments as enum by Jeff King ยท 7 years ago
  9. 202e7f1 for_each_*_object: store flag definitions in a single location by Jeff King ยท 7 years ago
  10. b42f98a packfile: ensure that enum object_type is defined by Beat Bolli ยท 7 years ago
  11. 8aac67a midx: use midx in abbreviation calculations by Derrick Stolee ยท 7 years ago
  12. fe1ed56 midx: sort and deduplicate objects from packfiles by Derrick Stolee ยท 7 years ago
  13. 9208e31 packfile: generalize pack directory list by Derrick Stolee ๏ฟฝ๏ฟฝ 7 years ago
  14. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano ยท 7 years ago
  15. 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano ยท 8 years ago
  16. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano ยท 8 years ago
  17. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller ยท 8 years ago
  18. b10edb2 Merge branch 'ds/commit-graph' by Junio C Hamano ยท 8 years ago
  19. 544443c packfile: convert find_pack_entry to object_id by brian m. carlson ยท 8 years ago
  20. 14c3c80 packfile: convert has_sha1_pack to object_id by brian m. carlson ยท 8 years ago
  21. 9d98354 cache.h: allow oid_object_info to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  22. 57a6a50 packfile: add repository argument to unpack_entry by Stefan Beller ยท 8 years ago
  23. 720aaa1 packfile: add repository argument to packed_object_info by Jonathan Nieder ยท 8 years ago
  24. 3a1ec60 Merge branch 'sb/packfiles-in-repository' by Junio C Hamano ยท 8 years ago
  25. cf0b179 Merge branch 'sb/object-store' by Junio C Hamano ยท 8 years ago
  26. 049d51a commit-graph: read only from specific pack-indexes by Derrick Stolee ยท 8 years ago
  27. 464416a packfile: keep prepare_packed_git() private by Nguyแป…n Thรกi Ngแปc Duy ยท 8 years ago
  28. 0a0dd63 packfile: allow find_pack_entry to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  29. 613b42f2 packfile: add repository argument to find_pack_entry by Stefan Beller ยท 8 years ago
  30. 4c2a13b packfile: allow reprepare_packed_git to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  31. 0f90a9f packfile: allow prepare_packed_git to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  32. a49d283 packfile: add repository argument to reprepare_packed_git by Stefan Beller ยท 8 years ago
  33. 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller ยท 8 years ago
  34. 5babff1 packfile: allow install_packed_git to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  35. d0b5986 object-store: close all packs upon clearing the object store by Stefan Beller ยท 8 years ago
  36. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller ยท 8 years ago
  37. 3d475f4 packfile: define and use bsearch_pack() by Derrick Stolee ยท 8 years ago
  38. 498f1f6 fsck: introduce partialclone extension by Jonathan Tan ยท 8 years ago
  39. 7709f46 pack: move for_each_packed_object() by Jonathan Tan ยท 8 years ago
  40. f9a8672 pack: move has_pack_index() by Jonathan Tan ยท 8 years ago
  41. 150e300 pack: move has_sha1_pack() by Jonathan Tan ยท 8 years ago
  42. 1a1e5d4 pack: move find_pack_entry() and make it global by Jonathan Tan ยท 8 years ago
  43. d6fe003 pack: move find_sha1_pack() by Jonathan Tan ยท 8 years ago
  44. a255195 pack: move find_pack_entry_one(), is_pack_valid() by Jonathan Tan ยท 8 years ago
  45. 9e0f45f pack: move check_pack_index_ptr(), nth_packed_object_offset() by Jonathan Tan ยท 8 years ago
  46. d5a1676 pack: move nth_packed_object_{sha1,oid} by Jonathan Tan ยท 8 years ago
  47. f1d8130 pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry() by Jonathan Tan ยท 8 years ago
  48. 3588dd6 pack: move unpack_object_header() by Jonathan Tan ยท 8 years ago
  49. 7b3aa75 pack: move get_size_from_delta() by Jonathan Tan ยท 8 years ago
  50. 32b42e1 pack: move unpack_object_header_buffer() by Jonathan Tan ยท 8 years ago
  51. 0abe14f pack: move {,re}prepare_packed_git and approximate_object_count by Jonathan Tan ยท 8 years ago
  52. e65f186 pack: move install_packed_git() by Jonathan Tan ยท 8 years ago
  53. 9a42865 pack: move add_packed_git() by Jonathan Tan ยท 8 years ago
  54. 97de180 pack: move unuse_pack() by Jonathan Tan ยท 8 years ago
  55. 84f80ad pack: move use_pack() by Jonathan Tan ยท 8 years ago
  56. 3836d88 pack: move pack-closing functions by Jonathan Tan ยท 8 years ago
  57. f0e17e8 pack: move release_pack_memory() by Jonathan Tan ยท 8 years ago
  58. 0317f45 pack: move open_pack_index(), parse_pack_index() by Jonathan Tan ยท 8 years ago
  59. 8e21176 pack: move pack_report() by Jonathan Tan ยท 8 years ago
  60. 6d6a80e pack: move static state variables by Jonathan Tan ยท 8 years ago
  61. 4f39cd8 pack: move pack name-related functions by Jonathan Tan ยท 8 years ago