1. 2d103c3 pack-protocol.txt: accept error packets in any context by Masaya Suzuki · 6 years ago
  2. 01f9ec6 Use packet_reader instead of packet_read_line by Masaya Suzuki · 6 years ago
  3. 00436bf archive: initialize archivers earlier by Josh Steadmon · 6 years ago
  4. b612ee2 archive.c: avoid access to the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  5. bc9d4dc correct error messages for NULL packet_read_line() by Jeff King · 7 years ago
  6. eb0224c archive: read local configuration by Junio C Hamano · 8 years ago
  7. 81c634e pkt-line: rename packet_write() to packet_write_fmt() by Lars Schneider · 8 years ago
  8. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  9. 74543a0 pkt-line: provide a LARGE_PACKET_MAX static buffer by Jeff King · 12 years ago
  10. 819b929 pkt-line: teach packet_read_line to chomp newlines by Jeff King · 12 years ago
  11. b0ff965 Reduce translations by using same terminologies by Nguyễn Thái Ngọc Duy · 13 years ago
  12. 0012a38 i18n: archive: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  13. f0c7fd4 Revert "upload-archive: use start_command instead of fork" by Junio C Hamano · 13 years ago
  14. c09cd77 upload-archive: use start_command instead of fork by Erik Faye-Lund · 13 years ago
  15. 1810abb Merge branch 'il/archive-err-signal' by Junio C Hamano · 13 years ago
  16. 908aace Support ERR in remote archive like in fetch/push by Ilari Liusvaara · 13 years ago
  17. 7b97730 upload-archive: allow user to turn off filters by Jeff King · 14 years ago
  18. 56baa61 archive: move file extension format-guessing lower by Jeff King · 14 years ago
  19. 788a375 i18n: git-archive basic messages by Ævar Arnfjörð Bjarmason · 14 years ago
  20. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-archive.c]
  21. e7ec9de Merge branch 'maint' by Junio C Hamano · 15 years ago
  22. fe12d8e archive: simplify archive format guessing by René Scharfe · 15 years ago
  23. bd33a29 Merge branch 'il/vcs-helper' by Junio C Hamano · 15 years ago
  24. b236752 Support remote archive from all smart transports by Ilari Liusvaara · 15 years ago
  25. 782a000 Fix archive format with -- on the command line by Junio C Hamano · 15 years ago
  26. 0f4b377 git-archive: infer output format from filename when unspecified by Dmitry Potapov · 15 years ago
  27. 05d3951 git-archive: add '-o' as a alias for '--output' by Dmitry Potapov · 15 years ago
  28. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  29. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  30. 34df8ab recv_sideband: Bands #2 and #3 always go to stderr by Johannes Sixt · 16 years ago
  31. 52e7787 archive: use parseopt for local-only options by René Scharfe · 16 years ago
  32. ddff856 git-archive: work in bare repos by Charles Bailey · 16 years ago
  33. b99b5b4 Make git archive respect core.autocrlf when creating zip format archives by Charles Bailey · 16 years ago
  34. 34baebc Start conforming code to "git subcmd" style by Heikki Orsila · 17 years ago
  35. 819b2b5 archive: allow --exec and --remote without equal sign by Rene Scharfe · 17 years ago
  36. c088543 archive: move parameter parsing code to archive.c by Rene Scharfe · 17 years ago
  37. 6e94e68 archive: add write_archive() by Rene Scharfe · 17 years ago
  38. 8575ea5 archive: remove unused headers by René Scharfe · 17 years ago
  39. 3a176c6 archive: make zip compression level independent from core git by René Scharfe · 17 years ago
  40. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  41. 489e351 archive: remove extra arguments parsing code by René Scharfe · 17 years ago
  42. d53fe81 archive: add baselen member to struct archiver_args by René Scharfe · 17 years ago
  43. 3453300 archive: remove args member from struct archiver by René Scharfe · 17 years ago
  44. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  45. 1812564 Move sha1_file_to_archive into libgit by Lars Hjemli · 17 years ago
  46. 4340a81 Merge branch 'js/forkexec' by Junio C Hamano · 17 years ago
  47. c32f749 Correct some sizeof(size_t) != sizeof(unsigned long) typing errors by René Scharfe · 17 years ago
  48. 98158e9 Change git_connect() to return a struct child_process instead of a pid_t. by Johannes Sixt · 17 years ago
  49. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  50. 5ecd293 Rewrite convert_to_{git,working_tree} to use strbuf's. by Pierre Habouzit · 17 years ago
  51. 760da96 archive: fix subst file generation by René Scharfe · 17 years ago
  52. 674d172 Rework pretty_print_commit to use strbufs instead of custom buffers. by Pierre Habouzit · 18 years ago
  53. 20fbfd8 archive - leakfix for format_subst() by Junio C Hamano · 18 years ago
  54. 38c9c9b archive: rename attribute specfile to export-subst by René Scharfe · 18 years ago
  55. df4a394 archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2) by René Scharfe · 18 years ago
  56. 8460b2f archive: specfile support (--pretty=format: in archive files) by René Scharfe · 18 years ago
  57. 7841ce7 connect: display connection progress by Michael S. Tsirkin · 18 years ago
  58. 8ff21b1 git-archive: make tar the default format by René Scharfe · 18 years ago
  59. 265d528 Revert "builtin-archive: use RUN_SETUP" by René Scharfe · 18 years ago
  60. 253e772 Merge branch 'maint' by Junio C Hamano · 18 years ago
  61. 64edf4b builtin-archive: use RUN_SETUP by Johannes Schindelin · 18 years ago
  62. 599065a prefixcmp(): fix-up mechanical conversion. by Junio C Hamano · 18 years ago
  63. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  64. ec587fd Make sure git_connect() always give two file descriptors. by Junio C Hamano · 18 years ago
  65. 2740b2b builtin-archive: do not free a tree held by the object layer. by Junio C Hamano · 18 years ago
  66. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  67. aa90986 archive: use setvbuf() instead of setlinebuf() by Michal Rokos · 18 years ago
  68. 6c2f207 Remove unsupported C99 style struct initializers in git-archive. by Shawn O. Pearce · 18 years ago v1.4.3.4
  69. 9ac13ec atomic write for sideband remote messages by Nicolas Pitre · 18 years ago
  70. 2232c0c git-archive: inline default_parse_extra() by Rene Scharfe · 18 years ago
  71. d751864 builtin-archive.c: rename remote_request() to extract_remote_arg() by Junio C Hamano · 18 years ago
  72. 23d6d11 Add sideband status report to git-archive protocol by Junio C Hamano · 19 years ago
  73. fe5ab76 Teach --exec to git-archive --remote by Junio C Hamano · 19 years ago
  74. e0ffb24 Add --verbose to git-archive by Junio C Hamano · 19 years ago
  75. 8142f60 archive: force line buffered output to stderr by Junio C Hamano · 19 years ago
  76. 37f9443 archive: allow remote to have more formats than we understand. by Junio C Hamano · 19 years ago
  77. 854c416 git-archive: make compression level of ZIP archives configurable by Rene Scharfe · 19 years ago
  78. ec06bff git-archive: wire up ZIP format. by Franck Bui-Huu · 19 years ago
  79. efd8696 git-archive: wire up TAR format. by Franck Bui-Huu · 19 years ago
  80. 4df096a Add git-archive by Franck Bui-Huu · 19 years ago