1. 99321e3 Merge branch 'nd/object-allocation-comments' by Junio C Hamano · 7 years ago
  2. 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
  3. 95308d6 object.h: update flag allocation comment by Nguyễn Thái Ngọc Duy · 7 years ago
  4. 0fd90da Merge branch 'bc/hash-algo' by Junio C Hamano · 7 years ago
  5. debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
  6. 3206b6b builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo by brian m. carlson · 7 years ago
  7. a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
  8. f070fac sha1_file: convert hash_sha1_file to object_id by Patryk Obara · 7 years ago
  9. 19716b2 cleanup: fix possible overflow errors in binary search by Derrick Stolee · 7 years ago
  10. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  11. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  12. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  13. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  14. c251c83 object: convert parse_object* to take struct object_id by brian m. carlson · 8 years ago
  15. 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 8 years ago
  16. 834bc47 builtin/unpack-objects: convert to struct object_id by brian m. carlson · 8 years ago
  17. 5ad2186 unpack-objects: add --max-input-size=<size> option by Christian Couder · 9 years ago
  18. f449198 coccinelle: convert hashcpy() with null_sha1 to hashclr() by brian m. carlson · 9 years ago
  19. ed1c997 Remove get_object_hash. by brian m. carlson · 9 years ago
  20. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  21. 7999b2c Add several uses of get_object_hash. by brian m. carlson · 9 years ago
  22. 33e8fc8 usage: do not insist that standard input must come from a file by Junio C Hamano · 9 years ago
  23. 5d477a3 fsck (receive-pack): allow demoting errors to warnings by Johannes Schindelin · 10 years ago
  24. 2241054 fsck: introduce fsck options by Johannes Schindelin · 10 years ago
  25. a1e920a index-pack: terminate object buffers with NUL by Duy Nguyen · 10 years ago
  26. 90a398b fsck_object(): allow passing object data separately from the object itself by Johannes Schindelin · 11 years ago
  27. 3e30cb0 Merge branch 'mh/replace-refs-variable-rename' by Junio C Hamano · 11 years ago
  28. 754dbc4 i18n: mark all progress lines for translation by Nguyễn Thái Ngọc Duy · 11 years ago
  29. afc711b rename read_replace_refs to check_replace_refs by Michael Haggerty · 11 years ago
  30. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  31. 82247e9 remove superfluous newlines in error messages by Pete Wyckoff · 13 years ago
  32. ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano · 14 years ago
  33. c03c831 do not depend on signed integer overflow by Erik Faye-Lund · 14 years ago
  34. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-unpack-objects.c]
  35. ab36d06 Merge branch 'jc/maint-unpack-objects-strict' by Junio C Hamano · 16 years ago
  36. f00ecbe Merge branch 'cc/replace' by Junio C Hamano · 16 years ago
  37. 9a21739 Fix "unpack-objects --strict" by Junio C Hamano · 16 years ago
  38. dd787c1 Merge branch 'tr/die_errno' by Junio C Hamano · 16 years ago
  39. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  40. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  41. 48fb7de Fix big left-shifts of unsigned char by Linus Torvalds · 16 years ago
  42. dae556b environment: add global variable to disable replacement by Christian Couder · 16 years ago
  43. 36dd939 Merge branch 'lt/maint-wrap-zlib' by Junio C Hamano · 16 years ago
  44. 39c6854 Wrap inflate and other zlib routines for better error reporting by Linus Torvalds · 16 years ago
  45. d8f3255 better validation on delta base object offsets by Nicolas Pitre · 16 years ago
  46. 19d4b41 Replace xmalloc/memset(0) pairs with xcalloc by Brandon Casey · 16 years ago
  47. 9126f00 fix openssl headers conflicting with custom SHA1 implementations by Nicolas Pitre · 16 years ago
  48. f18d244 Start conforming code to "git subcmd" style part 3 by Heikki Orsila · 17 years ago
  49. 6e1c234 Fix some warnings (on cygwin) to allow -Werror by Ramsay Jones · 17 years ago
  50. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  51. f2898cf unpack-objects: fix --strict handling by Junio C Hamano · 17 years ago
  52. b41860b unpack-objects: prevent writing of inconsistent objects by Martin Koegler · 17 years ago
  53. c95b3ad Revert "unpack-objects: prevent writing of inconsistent objects" by Junio C Hamano · 17 years ago
  54. d5ef408 unpack-objects: prevent writing of inconsistent objects by Martin Koegler · 17 years ago
  55. 2add1e6 unpack-object: cache for non written objects by Martin Koegler · 17 years ago
  56. 4d4fcc5 relax usage of the progress API by Nicolas Pitre · 17 years ago
  57. dc6a075 make struct progress an opaque type by Nicolas Pitre · 17 years ago
  58. 42e18fb more compact progress display by Nicolas Pitre · 17 years ago
  59. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  60. 13aaf14 make progress "title" part of the common progress interface by Nicolas Pitre · 18 years ago
  61. 96a02f8 common progress display support by Nicolas Pitre · 18 years ago
  62. d7dd022 add overflow tests on pack offset variables by Nicolas Pitre · 18 years ago
  63. 8723f21 make overflow test on delta base offset work regardless of variable size by Nicolas Pitre · 18 years ago
  64. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  65. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  66. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  67. bed006f Allow pack header preprocessing before unpack-objects/index-pack. by Nicolas Pitre · 18 years ago
  68. 79a6569 Use memmove instead of memcpy for overlapping areas by Edgar Toernig · 18 years ago
  69. 209c554 teach git-unpack-objects about deltas with offset to base by Nicolas Pitre · 18 years ago
  70. eb32d23 introduce delta objects with offset to base by Nicolas Pitre · 18 years ago
  71. 3b67d29 unpack-objects -r: call it "recover". by Junio C Hamano · 19 years ago
  72. f986f2c unpack-objects desperately salvages objects from a corrupt pack by Junio C Hamano · 19 years ago
  73. c9b0597 unpack-objects: remove unused variable "eof" by Johannes Schindelin · 19 years ago
  74. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  75. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  76. 647377c Merge branch 'jc/pack-objects' by Junio C Hamano · 19 years ago
  77. 6441363 Make git-unpack-objects a builtin by Matthias Kestenholz · 19 years ago[Renamed (97%) from unpack-objects.c]
  78. 8e27364 unpack-objects: read configuration data upon startup. by Junio C Hamano · 19 years ago
  79. e7a0f67 unpack-objects: remove stale and confusing comment by Junio C Hamano · 19 years ago
  80. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  81. d60fc1c remove delta-against-self bit by Nicolas Pitre · 19 years ago
  82. 476e801 unpack-objects: default to quiet if stderr is not a tty. by Junio C Hamano · 19 years ago
  83. 1c15afb xread/xwrite: do not worry about EINTR at calling sites. by Junio C Hamano · 19 years ago
  84. 53228a5 Make the rest of commands work from a subdirectory. by Junio C Hamano · 19 years ago
  85. b2309b7 Document the -n command-line option to git-unpack-objects by Nikolai Weibull · 19 years ago
  86. 87b7b84 Update unpack-objects usage and documentation. by Junio C Hamano · 20 years ago
  87. ee63914 [PATCH] Plug memory leaks in git-unpack-objects by Sergey Vlasov · 20 years ago
  88. cf21919 Fix up progress report for off-by-one error by Linus Torvalds · 20 years ago
  89. d36f7b8 git-unpack-objects: show progress report by default by Linus Torvalds · 20 years ago
  90. 291ec0f Don't special-case a zero-sized compression. by Linus Torvalds · 20 years ago
  91. dddafff Re-instate dry-run logic in git-unpack-objects by Linus Torvalds · 20 years ago
  92. cca7081 Clean up git-unpack-objects a bit by Linus Torvalds · 20 years ago
  93. 01247d8 Make git pack files use little-endian size encoding by Linus Torvalds · 20 years ago
  94. 67e5a5e git-unpack-objects: re-write to read from stdin by Linus Torvalds · 20 years ago
  95. e1ddc97 [PATCH] Fix unpack-objects for header length information. by Junio C Hamano · 20 years ago
  96. a733cb6 Change pack file format. Hopefully for the last time. by Linus Torvalds · 20 years ago
  97. a69d094 Teach packing about "tag" objects by Linus Torvalds · 20 years ago
  98. e180884 csum-file interface updates: return resulting SHA1 by Linus Torvalds · 20 years ago
  99. c38138c git-pack-objects: write the pack files with a SHA1 csum by Linus Torvalds · 20 years ago
  100. 641e1ca git-unpack-objects: start removing debug output by Linus Torvalds · 20 years ago