1. ab36d06 Merge branch 'jc/maint-unpack-objects-strict' by Junio C Hamano · 16 years ago
  2. f00ecbe Merge branch 'cc/replace' by Junio C Hamano · 16 years ago
  3. 9a21739 Fix "unpack-objects --strict" by Junio C Hamano · 16 years ago
  4. dd787c1 Merge branch 'tr/die_errno' by Junio C Hamano · 16 years ago
  5. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  6. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  7. 48fb7de Fix big left-shifts of unsigned char by Linus Torvalds · 16 years ago
  8. dae556b environment: add global variable to disable replacement by Christian Couder · 16 years ago
  9. 36dd939 Merge branch 'lt/maint-wrap-zlib' by Junio C Hamano · 16 years ago
  10. 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds · 16 years ago
  11. d8f3255 better validation on delta base object offsets by Nicolas Pitre · 16 years ago
  12. 19d4b41 Replace xmalloc/memset(0) pairs with xcalloc by Brandon Casey · 16 years ago
  13. 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
  14. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  15. 6e1c234 Fix some warnings (on cygwin) to allow -Werror by Ramsay Jones · 17 years ago
  16. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  17. f2898cf unpack-objects: fix --strict handling by Junio C Hamano · 17 years ago
  18. b41860b unpack-objects: prevent writing of inconsistent objects by Martin Koegler · 17 years ago
  19. c95b3ad Revert "unpack-objects: prevent writing of inconsistent objects" by Junio C Hamano · 17 years ago
  20. d5ef408 unpack-objects: prevent writing of inconsistent objects by Martin Koegler · 17 years ago
  21. 2add1e6 unpack-object: cache for non written objects by Martin Koegler · 17 years ago
  22. 4d4fcc5 relax usage of the progress API by Nicolas Pitre · 17 years ago
  23. dc6a075 make struct progress an opaque type by Nicolas Pitre · 17 years ago
  24. 42e18fb more compact progress display by Nicolas Pitre · 17 years ago
  25. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  26. 13aaf14 make progress "title" part of the common progress interface by Nicolas Pitre · 18 years ago
  27. 96a02f8 common progress display support by Nicolas Pitre · 18 years ago
  28. d7dd022 add overflow tests on pack offset variables by Nicolas Pitre · 18 years ago
  29. 8723f21 make overflow test on delta base offset work regardless of variable size by Nicolas Pitre · 18 years ago
  30. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  31. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  32. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  33. bed006f Allow pack header preprocessing before unpack-objects/index-pack. by Nicolas Pitre · 18 years ago
  34. 79a6569 Use memmove instead of memcpy for overlapping areas by Edgar Toernig · 18 years ago
  35. 209c554 teach git-unpack-objects about deltas with offset to base by Nicolas Pitre · 18 years ago
  36. eb32d23 introduce delta objects with offset to base by Nicolas Pitre · 18 years ago
  37. 3b67d29 unpack-objects -r: call it "recover". by Junio C Hamano · 19 years ago
  38. f986f2c unpack-objects desperately salvages objects from a corrupt pack by Junio C Hamano · 19 years ago
  39. c9b0597 unpack-objects: remove unused variable "eof" by Johannes Schindelin · 19 years ago
  40. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  41. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  42. 647377c Merge branch 'jc/pack-objects' by Junio C Hamano · 19 years ago
  43. 6441363 Make git-unpack-objects a builtin by Matthias Kestenholz · 19 years ago[Renamed (97%) from unpack-objects.c]
  44. 8e27364 unpack-objects: read configuration data upon startup. by Junio C Hamano · 19 years ago
  45. e7a0f67 unpack-objects: remove stale and confusing comment by Junio C Hamano · 19 years ago
  46. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  47. d60fc1c remove delta-against-self bit by Nicolas Pitre · 19 years ago
  48. 476e801 unpack-objects: default to quiet if stderr is not a tty. by Junio C Hamano · 19 years ago
  49. 1c15afb xread/xwrite: do not worry about EINTR at calling sites. by Junio C Hamano · 19 years ago
  50. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  51. b2309b7 Document the -n command-line option to git-unpack-objects by Nikolai Weibull · 19 years ago
  52. 87b7b84 Update unpack-objects usage and documentation. by Junio C Hamano · 20 years ago
  53. ee63914 [PATCH] Plug memory leaks in git-unpack-objects by Sergey Vlasov · 20 years ago
  54. cf21919 Fix up progress report for off-by-one error by Linus Torvalds · 20 years ago
  55. d36f7b8 git-unpack-objects: show progress report by default by Linus Torvalds · 20 years ago
  56. 291ec0f Don't special-case a zero-sized compression. by Linus Torvalds · 20 years ago
  57. dddafff Re-instate dry-run logic in git-unpack-objects by Linus Torvalds · 20 years ago
  58. cca7081 Clean up git-unpack-objects a bit by Linus Torvalds · 20 years ago
  59. 01247d8 Make git pack files use little-endian size encoding by Linus Torvalds · 20 years ago
  60. 67e5a5e git-unpack-objects: re-write to read from stdin by Linus Torvalds · 20 years ago
  61. e1ddc97 [PATCH] Fix unpack-objects for header length information. by Junio C Hamano · 20 years ago
  62. a733cb6 Change pack file format. Hopefully for the last time. by Linus Torvalds · 20 years ago
  63. a69d094 Teach packing about "tag" objects by Linus Torvalds · 20 years ago
  64. e180884 csum-file interface updates: return resulting SHA1 by Linus Torvalds · 20 years ago
  65. c38138c git-pack-objects: write the pack files with a SHA1 csum by Linus Torvalds · 20 years ago
  66. 641e1ca git-unpack-objects: start removing debug output by Linus Torvalds · 20 years ago
  67. c4fb06c Fix object packing/unpacking. by Linus Torvalds · 20 years ago
  68. 8ee378a [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair. by Junio C Hamano · 20 years ago
  69. 7453695 git-unpack-objects: start parsing the actual packed data by Linus Torvalds · 20 years ago
  70. bad50dc First cut at git-unpack-objects by Linus Torvalds · 20 years ago