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