21 Commits (de7e0b58ea4bb1ca8242e677096dae50f96e9b7e)

Author SHA1 Message Date
René Scharfe 66e905b7dd use xopen() to handle fatal open(2) failures 3 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Masaya Suzuki 01f9ec64c8 Use packet_reader instead of packet_read_line 6 years ago
Josh Steadmon 00436bf1b1 archive: initialize archivers earlier 6 years ago
Nguyễn Thái Ngọc Duy b612ee202a archive.c: avoid access to the_index 6 years ago
Jeff King bc9d4dc5b0 correct error messages for NULL packet_read_line() 7 years ago
Junio C Hamano eb0224c617 archive: read local configuration 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 8 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago
Nguyễn Thái Ngọc Duy b0ff96547e Reduce translations by using same terminologies 12 years ago
Nguyễn Thái Ngọc Duy 0012a3873b i18n: archive: mark parseopt strings for translation 12 years ago
Junio C Hamano f0c7fd49c0 Revert "upload-archive: use start_command instead of fork" 13 years ago
Erik Faye-Lund c09cd77ea2 upload-archive: use start_command instead of fork 13 years ago
Ilari Liusvaara 908aaceb92 Support ERR in remote archive like in fetch/push 13 years ago
Jeff King 7b97730b76 upload-archive: allow user to turn off filters 14 years ago
Jeff King 56baa61d01 archive: move file extension format-guessing lower 14 years ago
Ævar Arnfjörð Bjarmason 788a3755df i18n: git-archive basic messages 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
René Scharfe fe12d8e84f archive: simplify archive format guessing 15 years ago
Ilari Liusvaara b236752a87 Support remote archive from all smart transports 15 years ago
Junio C Hamano 782a0005fc Fix archive format with -- on the command line 15 years ago
Dmitry Potapov 0f4b377c20 git-archive: infer output format from filename when unspecified 15 years ago
Dmitry Potapov 05d3951ec9 git-archive: add '-o' as a alias for '--output' 15 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Johannes Sixt 34df8abaf3 recv_sideband: Bands #2 and #3 always go to stderr 16 years ago
René Scharfe 52e7787609 archive: use parseopt for local-only options 16 years ago
Charles Bailey ddff856351 git-archive: work in bare repos 16 years ago
Charles Bailey b99b5b40cf Make git archive respect core.autocrlf when creating zip format archives 16 years ago
Heikki Orsila 34baebcee1 Start conforming code to "git subcmd" style 16 years ago
Rene Scharfe 819b2b5824 archive: allow --exec and --remote without equal sign 17 years ago
Rene Scharfe c088543553 archive: move parameter parsing code to archive.c 17 years ago
Rene Scharfe 6e94e6835f archive: add write_archive() 17 years ago
René Scharfe 8575ea559e archive: remove unused headers 17 years ago
René Scharfe 3a176c6cde archive: make zip compression level independent from core git 17 years ago
René Scharfe 489e351ea0 archive: remove extra arguments parsing code 17 years ago
René Scharfe d53fe8187c archive: add baselen member to struct archiver_args 17 years ago
René Scharfe 34533004b2 archive: remove args member from struct archiver 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Lars Hjemli 181256442e Move sha1_file_to_archive into libgit 17 years ago
René Scharfe c32f749fec Correct some sizeof(size_t) != sizeof(unsigned long) typing errors 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Pierre Habouzit 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. 17 years ago
René Scharfe 760da9607e archive: fix subst file generation 17 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 17 years ago
Junio C Hamano 20fbfd869f archive - leakfix for format_subst() 17 years ago
René Scharfe 38c9c9b798 archive: rename attribute specfile to export-subst 17 years ago