1. 7f14609 run-command API users: use strvec_push(), not argv construction by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  2. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 1 month ago
  3. cde8ea9 archive: support compression levels beyond 9 by René Scharfe · 4 years, 5 months ago
  4. 200589a archive: read short blobs in archive.c::write_archive_entry() by René Scharfe · 4 years, 6 months ago
  5. f5914f4 parse_config_key(): return subsection len as size_t by Jeff King · 5 years ago
  6. c8123e7 streaming: allow open_istream() to handle any repo by Matheus Tavares · 5 years ago
  7. af2b8fa Merge branch 'rs/pax-extended-header-length-fix' by Junio C Hamano · 6 years ago
  8. 71d41ff archive-tar: turn length miscalculation warning into BUG by René Scharfe · 6 years ago
  9. 17e9ef0 archive-tar: use size_t in strbuf_append_ext_header() by René Scharfe · 6 years ago
  10. 82a46af archive-tar: fix pax extended header length calculation by René Scharfe · 6 years ago
  11. 4060c19 archive-tar: report wrong pax extended header length by René Scharfe · 6 years ago
  12. bbf05cf archive: convert struct archiver_args to object_id by brian m. carlson · 6 years ago
  13. ec36c42 Indent code with TABs by Nguyễn Thái Ngọc Duy · 6 years ago
  14. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
  15. dc0f6f9 Merge branch 'nd/no-the-index' by Junio C Hamano · 7 years ago
  16. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  17. b67b551 archive-*.c: use the right repository by Nguyễn Thái Ngọc Duy · 7 years ago
  18. d0482e6 archive-tar.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  19. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  20. 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
  21. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  22. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  23. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  24. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  25. ef7b519 streaming: convert open_istream to use struct object_id by brian m. carlson · 7 years ago
  26. e5ec981 archive: convert sha1_file_to_archive to struct object_id by brian m. carlson · 7 years ago
  27. 015ff4f archive: convert write_archive_entry_fn_t to object_id by brian m. carlson · 7 years ago
  28. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  29. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  30. 3f78971 archive-tar: fix a sparse 'constant too large' warning by Ramsay Jones · 8 years ago
  31. dddbad7 timestamp_t: a new data type for timestamps by Johannes Schindelin · 8 years ago
  32. 57734b4 Merge branch 'jk/big-and-future-archive-tar' by Junio C Hamano · 9 years ago
  33. 560b0e8 archive-tar: make write_extended_header() void by René Scharfe · 9 years ago
  34. 2949358 archive-tar: huge offset and future timestamps would not work on 32-bit by Junio C Hamano · 9 years ago
  35. 5caeeb8 archive-tar: drop return value by Jeff King · 9 years ago
  36. 6e8e099 archive-tar: write extended headers for far-future mtime by Jeff King · 9 years ago
  37. d1657b5 archive-tar: write extended headers for file sizes >= 8GB by Jeff King · 9 years ago
  38. 9e6c1e9 archive-tar: convert snprintf to xsnprintf by Jeff King · 9 years ago
  39. f2f0267 archive-tar: use xsnprintf for trivial formatting by Jeff King · 10 years ago
  40. 5096d49 convert trivial sprintf / strcpy calls to xsnprintf by Jeff King · 10 years ago
  41. 108332c archive-tar: fix minor indentation violation by Jeff King · 10 years ago
  42. 15c6ef7 Revert "archive: honor tar.umask even for pax headers" by Junio C Hamano · 10 years ago
  43. 825fd93 Merge branch 'rs/child-process-init' by Junio C Hamano · 11 years ago
  44. d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
  45. 10f343e archive: honor tar.umask even for pax headers by brian m. carlson · 11 years ago
  46. 785a042 archive-tar: use parse_config_key when parsing config by Jeff King · 12 years ago
  47. f12f3af Merge branch 'rs/leave-base-name-in-name-field-of-tar' by Junio C Hamano · 12 years ago
  48. 22f0dcd archive-tar: split long paths more carefully by René Scharfe · 12 years ago
  49. a5a46eb archive: ustar header checksum is computed unsigned by Junio C Hamano · 13 years ago
  50. b83cfa5 Merge branch 'rs/archive-tree-in-tip-simplify' by Junio C Hamano · 13 years ago
  51. bf38245 archive-tar: keep const in checksum calculation by René Scharfe · 13 years ago
  52. 5544049 archive-tar: stream large blobs to tar file by Nguyễn Thái Ngọc Duy · 13 years ago
  53. 9cb513b archive: delegate blob reading to backend by Nguyễn Thái Ngọc Duy · 13 years ago
  54. 8539070 archive-tar: unindent write_tar_entry by one level by Nguyễn Thái Ngọc Duy · 13 years ago
  55. d240d41 archive-tar: turn write_tar_entry into blob-writing only by Nguyễn Thái Ngọc Duy · 13 years ago
  56. 7b97730 upload-archive: allow user to turn off filters by Jeff King · 14 years ago
  57. 0e804e0 archive: provide builtin .tar.gz filter by Jeff King · 14 years ago
  58. 767cf45 archive: implement configurable tar filters by Jeff King · 14 years ago
  59. 4d7c989 archive: pass archiver struct to write_archive callback by Jeff King · 14 years ago
  60. 13e0f88 archive: refactor list of archive formats by Jeff King · 14 years ago
  61. 40e7629 archive-tar: don't reload default config options by Jeff King · 14 years ago
  62. 3e1629f archive-tar.c: squelch a type mismatch warning by Junio C Hamano · 16 years ago
  63. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  64. 8575ea5 archive: remove unused headers by René Scharfe · 17 years ago
  65. 562e25a archive: centralize archive entry writing by René Scharfe · 17 years ago
  66. d53fe81 archive: add baselen member to struct archiver_args by René Scharfe · 17 years ago
  67. 671f070 add context pointer to read_tree_recursive() by René Scharfe · 17 years ago
  68. 008d896 Teach new attribute 'export-ignore' to git-archive by René Scharfe · 17 years ago
  69. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  70. ac7fa27 git-archive: ignore prefix when checking file attribute by René Scharfe · 17 years ago
  71. cc1816b archive-tar.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  72. e03e05f Fix the expansion pattern of the pseudo-static path buffer. by Pierre Habouzit · 18 years ago
  73. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 18 years ago
  74. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  75. ddb95de Merge branch 'master' into ph/strbuf by Junio C Hamano · 18 years ago
  76. 7a604f1 Simplify strbuf uses in archive-tar.c using strbuf API by Pierre Habouzit · 18 years ago
  77. b449f4c Rework strbuf API and semantics. by Pierre Habouzit · 18 years ago
  78. 8460b2f archive: specfile support (--pretty=format: in archive files) by René Scharfe · 18 years ago
  79. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  80. 5e6cfc8 git-archive: convert archive entries like checkouts do by René Scharfe · 18 years ago
  81. 02851e0 git-archive: don't die when repository uses subprojects by Lars Hjemli · 18 years ago
  82. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  83. f08b3b0 Set default "tar" umask to 002 and owner.group to root.root by René Scharfe · 18 years ago
  84. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  85. 3d74982 git-tar-tree: Move code for git-archive --format=tar to archive-tar.c by Rene Scharfe · 19 years ago