1. 594fa99 odb_mkstemp: write filename into strbuf by Jeff King · 8 years ago
  2. 892e723 do not check odb_mkstemp return value for errors by Jeff King · 8 years ago
  3. 7202a6f encode_in_pack_object_header: respect output buffer length by Jeff King · 8 years ago
  4. 9ed0d8d use QSORT by René Scharfe · 8 years ago
  5. 3157c88 sha1_file: drop free_pack_by_name by Jeff King · 9 years ago
  6. d773144 pack-write: simplify index_pack_lockfile using skip_prefix() and xstrfmt() by René Scharfe · 11 years ago
  7. 5889271 finish_tmp_packfile():use strbuf for pathname construction by Sun He · 11 years ago
  8. 0f9e62e Merge branch 'jk/pack-bitmap' by Junio C Hamano · 11 years ago
  9. f06a5e6 Merge branch 'jk/sha1write-void' by Junio C Hamano · 11 years ago
  10. 7cc8f97 pack-objects: implement bitmap writing by Vicent Marti · 11 years ago
  11. 9af270e do not pretend sha1write returns errors by Jeff King · 11 years ago
  12. 1190a1a pack-objects: name pack files after trailer hash by Jeff King · 11 years ago
  13. ab1900a Appease Sun Studio by renaming "tmpfile" by Ævar Arnfjörð Bjarmason · 13 years ago
  14. 48b3036 Merge branch 'jc/stream-to-pack' by Junio C Hamano · 13 years ago
  15. 68be2fe receive-pack, fetch-pack: reject bogus pack that records objects twice by Junio C Hamano · 13 years ago
  16. 0e99053 finish_tmp_packfile(): a helper function by Junio C Hamano · 13 years ago
  17. cdf9db3 create_tmp_packfile(): a helper function by Junio C Hamano · 13 years ago
  18. c0ad465 write_pack_header(): a helper function by Junio C Hamano · 13 years ago
  19. 3c9fc07 index-pack --verify: read anomalous offsets from v2 idx file by Junio C Hamano · 14 years ago
  20. fb956c1 write_idx_file: need_large_offset() helper function by Junio C Hamano · 14 years ago
  21. e337a04 index-pack: --verify by Junio C Hamano · 14 years ago
  22. ebcfb37 write_idx_file: introduce a struct to hold idx customization options by Junio C Hamano · 14 years ago
  23. f965c52 move encode_in_pack_object_header() to a better place by Nicolas Pitre · 15 years ago
  24. 3bb7256 make "index-pack" a built-in by Linus Torvalds · 15 years ago
  25. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  26. bb0cebd Merge branch 'jc/maint-1.6.0-pack-directory' by Junio C Hamano · 16 years ago
  27. 6e180cd Make sure objects/pack exists before creating a new pack by Junio C Hamano · 16 years ago
  28. 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
  29. 8b4eb6b Do not perform cross-directory renames when creating packs by Petr Baudis · 17 years ago
  30. d35825d fixup_pack_header_footer(): use nicely aligned buffer sizes by Nicolas Pitre · 17 years ago
  31. abeb40e improve reliability of fixup_pack_header_footer() by Nicolas Pitre · 17 years ago
  32. 0c68d38 index-pack: be careful after fixing up the header/footer by Linus Torvalds · 17 years ago
  33. c0a5e2d pack.indexversion config option now defaults to 2 by Nicolas Pitre · 17 years ago
  34. 4c81b03 Make pack creation always fsync() the result by Linus Torvalds · 17 years ago
  35. c697ad1 Cleanup xread() loops to use read_in_full() by Heikki Orsila · 17 years ago
  36. 265ae18 Merge branch 'np/progress' by Junio C Hamano · 17 years ago
  37. 4049b9c fix const issues with some functions by Nicolas Pitre · 17 years ago
  38. 106764e Refactor index-pack "keep $sha1" handling for reuse by Shawn O. Pearce · 18 years ago
  39. 7647b17 Use xmkstemp() instead of mkstemp() by Luiz Fernando N. Capitulino · 18 years ago
  40. aa7e44b Unify write_index_file functions by Geert Bosch · 18 years ago
  41. 2924415 Fix signedness on return value from xread() by Johan Herland · 18 years ago
  42. 8b0eca7 Create pack-write.c for common pack writing code by Dana L. How · 18 years ago