1. ec2f026 csum-file.h: remove unnecessary inclusion of cache.h by Elijah Newren · 1 year, 10 months ago
  2. 5dfaf49 pack-mtimes: support writing pack .mtimes files by Taylor Blau · 2 years, 8 months ago
  3. 1c573cd pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles' by Taylor Blau · 2 years, 8 months ago
  4. 2ec02dd pack-write: split up finish_tmp_packfile() function by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  5. 0c41a88 pack.h: line-wrap the definition of finish_tmp_packfile() by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  6. e6b971f Merge branch 'tb/reverse-midx' by Junio C Hamano · 3 years, 9 months ago
  7. a587b5a pack-write.c: extract 'write_rev_file_order' by Taylor Blau · 3 years, 9 months ago
  8. 6ee353d Merge branch 'jt/transfer-fsck-across-packs' by Junio C Hamano · 3 years, 10 months ago
  9. 5476e1e fetch-pack: print and use dangling .gitmodules by Jonathan Tan · 3 years, 11 months ago
  10. 8ef50d9 pack-write.c: prepare to write 'pack-*.rev' files by Taylor Blau · 4 years ago
  11. 33add2a fetch-pack: refactor writing promisor file by Christian Couder · 4 years ago
  12. ad6dad0 *.[ch]: manually align parameter lists by Denton Liu · 6 years ago
  13. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  14. 94e1082 pack-check.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  15. 98a3bea csum-file: rename sha1file to hashfile by brian m. carlson · 7 years ago
  16. 9fd7504 Convert the verify_pack callback to struct object_id by brian m. carlson · 8 years ago
  17. e6a492b pack: convert struct pack_idx_entry to struct object_id by brian m. carlson · 8 years ago
  18. 2c5e286 pack.h: define largest possible encoded object size by Jeff King · 8 years ago
  19. 7202a6f encode_in_pack_object_header: respect output buffer length by Jeff King · 8 years ago
  20. ec9d224 fsck: use streaming interface for large blobs in pack by Nguyễn Thái Ngọc Duy · 8 years ago
  21. 5889271 finish_tmp_packfile():use strbuf for pathname construction by Sun He · 11 years ago
  22. 1190a1a pack-objects: name pack files after trailer hash by Jeff King · 11 years ago
  23. 48b3036 Merge branch 'jc/stream-to-pack' by Junio C Hamano · 13 years ago
  24. 33fba9c Merge branch 'jc/index-pack-reject-dups' by Junio C Hamano · 13 years ago
  25. 68be2fe receive-pack, fetch-pack: reject bogus pack that records objects twice by Junio C Hamano · 13 years ago
  26. 1e49f22 fsck: print progress by Nguyễn Thái Ngọc Duy · 13 years ago
  27. c9486eb fsck: avoid reading every object twice by Nguyễn Thái Ngọc Duy · 13 years ago
  28. 0e99053 finish_tmp_packfile(): a helper function by Junio C Hamano · 13 years ago
  29. cdf9db3 create_tmp_packfile(): a helper function by Junio C Hamano · 13 years ago
  30. c0ad465 write_pack_header(): a helper function by Junio C Hamano · 13 years ago
  31. 3c9fc07 index-pack --verify: read anomalous offsets from v2 idx file by Junio C Hamano · 14 years ago
  32. e337a04 index-pack: --verify by Junio C Hamano · 14 years ago
  33. ebcfb37 write_idx_file: introduce a struct to hold idx customization options by Junio C Hamano · 14 years ago
  34. 035bf8d Merge branch 'sp/maint-dumb-http-pack-reidx' by Junio C Hamano · 15 years ago
  35. 9b0aa72 Extract verify_pack_index for reuse from verify_pack by Shawn O. Pearce · 15 years ago
  36. f965c52 move encode_in_pack_object_header() to a better place by Nicolas Pitre · 15 years ago
  37. 3bb7256 make "index-pack" a built-in by Linus Torvalds · 15 years ago
  38. abeb40e improve reliability of fixup_pack_header_footer() by Nicolas Pitre · 16 years ago
  39. c41a4a9 verify-pack: check packed object CRC when using index version 2 by Nicolas Pitre · 17 years ago
  40. 77d3ece move show_pack_info() where it belongs by Nicolas Pitre · 17 years ago
  41. 265ae18 Merge branch 'np/progress' by Junio C Hamano · 17 years ago
  42. 4049b9c fix const issues with some functions by Nicolas Pitre · 17 years ago
  43. 106764e Refactor index-pack "keep $sha1" handling for reuse by Shawn O. Pearce · 17 years ago
  44. aa7e44b Unify write_index_file functions by Geert Bosch · 18 years ago
  45. 8b0eca7 Create pack-write.c for common pack writing code by Dana L. How · 18 years ago
  46. 4287307 [PATCH] clean up pack index handling a bit by Nicolas Pitre · 18 years ago
  47. a69e542 Refactor the pack header reading function out of receive-pack.c by Junio C Hamano · 18 years ago
  48. bb79103 Use fixed-size integers for the on-disk pack structure. by Simon 'corecode' Schubert · 18 years ago
  49. df1b059 Document pack .idx file format upgrade strategy. by Shawn O. Pearce · 18 years ago
  50. 05eb811 Merge branch 'np/pack' by Junio C Hamano · 18 years ago
  51. 29f049a Revert "move pack creation to version 3" by Junio C Hamano · 18 years ago
  52. 780e6e7 make pack data reuse compatible with both delta types by Nicolas Pitre · 18 years ago
  53. 1685457 move pack creation to version 3 by Nicolas Pitre · 18 years ago
  54. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  55. a49dd05 pack-objects: reuse data from existing packs. by Junio C Hamano · 19 years ago
  56. d60fc1c remove delta-against-self bit by Nicolas Pitre · 19 years ago
  57. f3bf922 [PATCH] verify-pack updates. by Junio C Hamano · 20 years ago
  58. f925339 [PATCH] Add git-verify-pack command. by Junio C Hamano · 20 years ago
  59. 01247d8 Make git pack files use little-endian size encoding by Linus Torvalds · 20 years ago
  60. a733cb6 Change pack file format. Hopefully for the last time. by Linus Torvalds · 20 years ago