1. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  2. 13aaf14 make progress "title" part of the common progress interface by Nicolas Pitre · 18 years ago
  3. 96a02f8 common progress display support by Nicolas Pitre · 18 years ago
  4. d7dd022 add overflow tests on pack offset variables by Nicolas Pitre · 18 years ago
  5. 8723f21 make overflow test on delta base offset work regardless of variable size by Nicolas Pitre · 18 years ago
  6. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  7. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  8. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  9. bed006f Allow pack header preprocessing before unpack-objects/index-pack. by Nicolas Pitre · 18 years ago
  10. 79a6569 Use memmove instead of memcpy for overlapping areas by Edgar Toernig · 18 years ago
  11. 209c554 teach git-unpack-objects about deltas with offset to base by Nicolas Pitre · 18 years ago
  12. eb32d23 introduce delta objects with offset to base by Nicolas Pitre · 18 years ago
  13. 3b67d29 unpack-objects -r: call it "recover". by Junio C Hamano · 19 years ago
  14. f986f2c unpack-objects desperately salvages objects from a corrupt pack by Junio C Hamano · 19 years ago
  15. c9b0597 unpack-objects: remove unused variable "eof" by Johannes Schindelin · 19 years ago
  16. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  17. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  18. 647377c Merge branch 'jc/pack-objects' by Junio C Hamano · 19 years ago
  19. 6441363 Make git-unpack-objects a builtin by Matthias Kestenholz · 19 years ago[Renamed (97%) from unpack-objects.c]
  20. 8e27364 unpack-objects: read configuration data upon startup. by Junio C Hamano · 19 years ago
  21. e7a0f67 unpack-objects: remove stale and confusing comment by Junio C Hamano · 19 years ago
  22. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  23. d60fc1c remove delta-against-self bit by Nicolas Pitre · 19 years ago
  24. 476e801 unpack-objects: default to quiet if stderr is not a tty. by Junio C Hamano · 19 years ago
  25. 1c15afb xread/xwrite: do not worry about EINTR at calling sites. by Junio C Hamano · 19 years ago
  26. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  27. b2309b7 Document the -n command-line option to git-unpack-objects by Nikolai Weibull · 19 years ago
  28. 87b7b84 Update unpack-objects usage and documentation. by Junio C Hamano · 20 years ago
  29. ee63914 [PATCH] Plug memory leaks in git-unpack-objects by Sergey Vlasov · 20 years ago
  30. cf21919 Fix up progress report for off-by-one error by Linus Torvalds · 20 years ago
  31. d36f7b8 git-unpack-objects: show progress report by default by Linus Torvalds · 20 years ago
  32. 291ec0f Don't special-case a zero-sized compression. by Linus Torvalds · 20 years ago
  33. dddafff Re-instate dry-run logic in git-unpack-objects by Linus Torvalds · 20 years ago
  34. cca7081 Clean up git-unpack-objects a bit by Linus Torvalds · 20 years ago
  35. 01247d8 Make git pack files use little-endian size encoding by Linus Torvalds · 20 years ago
  36. 67e5a5e git-unpack-objects: re-write to read from stdin by Linus Torvalds · 20 years ago
  37. e1ddc97 [PATCH] Fix unpack-objects for header length information. by Junio C Hamano · 20 years ago
  38. a733cb6 Change pack file format. Hopefully for the last time. by Linus Torvalds · 20 years ago
  39. a69d094 Teach packing about "tag" objects by Linus Torvalds · 20 years ago
  40. e180884 csum-file interface updates: return resulting SHA1 by Linus Torvalds · 20 years ago
  41. c38138c git-pack-objects: write the pack files with a SHA1 csum by Linus Torvalds · 20 years ago
  42. 641e1ca git-unpack-objects: start removing debug output by Linus Torvalds · 20 years ago
  43. c4fb06c Fix object packing/unpacking. by Linus Torvalds · 20 years ago
  44. 8ee378a [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair. by Junio C Hamano · 20 years ago
  45. 7453695 git-unpack-objects: start parsing the actual packed data by Linus Torvalds · 20 years ago
  46. bad50dc First cut at git-unpack-objects by Linus Torvalds · 20 years ago