1. 200589a archive: read short blobs in archive.c::write_archive_entry() by René Scharfe · 4 years, 6 months ago
  2. c8123e7 streaming: allow open_istream() to handle any repo by Matheus Tavares · 5 years ago
  3. 43bf44e Merge branch 'rs/archive-zip-code-cleanup' by Junio C Hamano · 5 years ago
  4. e05e8cf archive-zip: use enum for compression method by René Scharfe · 5 years ago
  5. b5ab03b archive-zip.c: switch to reentrant localtime_r by Doan Tran Cong Danh · 5 years ago
  6. bbf05cf archive: convert struct archiver_args to object_id by brian m. carlson · 6 years ago
  7. acd00ea userdiff.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  8. dc0f6f9 Merge branch 'nd/no-the-index' by Junio C Hamano · 7 years ago
  9. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  10. b67b551 archive-*.c: use the right repository by Nguyễn Thái Ngọc Duy · 7 years ago
  11. 02f3fe5 archive-zip.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  12. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  13. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  14. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  15. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  16. ef7b519 streaming: convert open_istream to use struct object_id by brian m. carlson · 7 years ago
  17. e5ec981 archive: convert sha1_file_to_archive to struct object_id by brian m. carlson · 7 years ago
  18. 015ff4f archive: convert write_archive_entry_fn_t to object_id by brian m. carlson · 7 years ago
  19. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  20. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  21. b15667b Merge branch 'js/larger-timestamps' by Junio C Hamano · 8 years ago
  22. ebdfa29 archive-zip: set version field for big files correctly by René Scharfe · 8 years ago
  23. dddbad7 timestamp_t: a new data type for timestamps by Johannes Schindelin · 8 years ago
  24. 4cdf3f9 archive-zip: support files bigger than 4GB by René Scharfe · 8 years ago
  25. af95749 archive-zip: support archives bigger than 4GB by René Scharfe · 8 years ago
  26. 3c78fd8 archive-zip: write ZIP dir entry directly to strbuf by René Scharfe · 8 years ago
  27. c061a14 archive-zip: use strbuf for ZIP directory by René Scharfe · 8 years ago
  28. 965cba2 archive-zip: load userdiff config by Jeff King · 8 years ago
  29. 565f575 Merge branch 'rs/archive-zip-many' by Junio C Hamano · 10 years ago
  30. 88329ca archive-zip: support more than 65535 entries by René Scharfe · 10 years ago
  31. 0f747f9 archive-zip: use a local variable to store the creator version by René Scharfe · 10 years ago
  32. a916cb5 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
  33. f0b7ab3 Merge branch 'rs/zip-text' by Junio C Hamano · 10 years ago
  34. aeecdcd zip: use GIT_SHA1_HEXSZ for trailers by brian m. carlson · 10 years ago
  35. 9a6f128 zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} by René Scharfe · 10 years ago
  36. 4aff646 archive-zip: mark text files in archives by René Scharfe · 10 years ago
  37. d4f6b5f Merge branch 'sb/archive-zip-double-assignment-fix' by Junio C Hamano · 12 years ago
  38. be706c6 archive-zip:write_zip_entry: Remove second reset of size variable to zero. by Stefan Beller · 12 years ago
  39. c3c2e1a archive-zip: use deflateInit2() to ask for raw compressed data by René Scharfe · 12 years ago
  40. d3c1472 archive-zip: fix compressed size for stored export-subst files by René Scharfe · 12 years ago
  41. d9f85f5 Merge branch 'rs/zip-with-uncompressed-size-in-the-header' by Junio C Hamano · 12 years ago
  42. 5ea2c84 archive-zip: write uncompressed size into header even with streaming by René Scharfe · 12 years ago
  43. 227bf59 archive-zip: write extended timestamp by René Scharfe · 12 years ago
  44. 88182ba archive-zip: support UTF-8 paths by René Scharfe · 12 years ago
  45. bb52d22 Revert "archive-zip: support UTF-8 paths" by Junio C Hamano · 12 years ago
  46. 2162bd8 archive-zip: support UTF-8 paths by René Scharfe · 13 years ago
  47. c743c21 archive-zip: streaming for deflated files by René Scharfe · 13 years ago
  48. 2158f88 archive-zip: streaming for stored files by René Scharfe · 13 years ago
  49. ebf5374 archive-zip: factor out helpers for writing sizes and CRC by René Scharfe · 13 years ago
  50. 60df6bd archive-zip: remove uncompressed_size by René Scharfe · 13 years ago
  51. 9cb513b archive: delegate blob reading to backend by Nguyễn Thái Ngọc Duy · 13 years ago
  52. 765c7e4 Merge branch 'jk/archive-tar-filter' by Junio C Hamano · 14 years ago
  53. 7b97730 upload-archive: allow user to turn off filters by Jeff King · 14 years ago
  54. 4d7c989 archive: pass archiver struct to write_archive callback by Jeff King · 14 years ago
  55. 13e0f88 archive: refactor list of archive formats by Jeff King · 14 years ago
  56. ef49a7a zlib: zlib can only process 4GB at a time by Junio C Hamano · 14 years ago
  57. 225a6f1 zlib: wrap deflateBound() too by Junio C Hamano · 14 years ago
  58. 55bb5c9 zlib: wrap deflate side of the API by Junio C Hamano · 14 years ago
  59. 8575ea5 archive: remove unused headers by René Scharfe · 17 years ago
  60. 3a176c6 archive: make zip compression level independent from core git by René Scharfe · 17 years ago
  61. 489e351 archive: remove extra arguments parsing code by René Scharfe · 17 years ago
  62. 562e25a archive: centralize archive entry writing by René Scharfe · 17 years ago
  63. d53fe81 archive: add baselen member to struct archiver_args by René Scharfe · 17 years ago
  64. 671f070 add context pointer to read_tree_recursive() by René Scharfe · 17 years ago
  65. 008d896 Teach new attribute 'export-ignore' to git-archive by René Scharfe · 17 years ago
  66. ac7fa27 git-archive: ignore prefix when checking file attribute by René Scharfe · 17 years ago
  67. 76bf8d0 preserve executable bits in zip archives by Dmitry Potapov · 17 years ago
  68. 8460b2f archive: specfile support (--pretty=format: in archive files) by René Scharfe · 18 years ago
  69. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  70. 5e6cfc8 git-archive: convert archive entries like checkouts do by René Scharfe · 18 years ago
  71. 02851e0 git-archive: don't die when repository uses subprojects by Lars Hjemli · 18 years ago
  72. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  73. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  74. 0ea865c archive-zip: don't use sizeof(struct ...) by René Scharfe · 18 years ago
  75. 38f4d13 sparse fix: Using plain integer as NULL pointer by Rene Scharfe · 18 years ago
  76. 62cdce1 git-archive --format=zip: add symlink support by Rene Scharfe · 18 years ago
  77. cf72fb0 git-archive --format=zip: use default version ID by Rene Scharfe · 18 years ago
  78. 3fc8284 Rename builtin-zip-tree.c to archive-zip.c by Rene Scharfe · 18 years ago[Renamed from builtin-zip-tree.c]
  79. 31756c5 Remove git-zip-tree by Rene Scharfe · 18 years ago
  80. e0ffb24 Add --verbose to git-archive by Junio C Hamano · 19 years ago
  81. 326711c Use xstrdup instead of strdup in builtin-{tar,zip}-tree.c by Rene Scharfe · 19 years ago
  82. 854c416 git-archive: make compression level of ZIP archives configurable by Rene Scharfe · 19 years ago
  83. ec06bff git-archive: wire up ZIP format. by Franck Bui-Huu · 19 years ago
  84. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  85. e4fbbfe Add git-zip-tree by Rene Scharfe · 19 years ago