51 Commits (d2feb01aa580843261c25d8609369d17bcdf6028)

Author SHA1 Message Date
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
René Scharfe df4a394f91 archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2) 17 years ago
René Scharfe 8460b2fcd4 archive: specfile support (--pretty=format: in archive files) 17 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
René Scharfe 8ff21b1a33 git-archive: make tar the default format 18 years ago
René Scharfe 265d528032 Revert "builtin-archive: use RUN_SETUP" 18 years ago
Johannes Schindelin 64edf4b2eb builtin-archive: use RUN_SETUP 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano ec587fde0a Make sure git_connect() always give two file descriptors. 18 years ago
Junio C Hamano 2740b2b853 builtin-archive: do not free a tree held by the object layer. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Michal Rokos aa9098611f archive: use setvbuf() instead of setlinebuf() 18 years ago
Shawn O. Pearce 6c2f207b23 Remove unsupported C99 style struct initializers in git-archive. 18 years ago
Nicolas Pitre 9ac13ec941 atomic write for sideband remote messages 18 years ago
Rene Scharfe 2232c0c69f git-archive: inline default_parse_extra() 18 years ago
Junio C Hamano d751864cf7 builtin-archive.c: rename remote_request() to extract_remote_arg() 18 years ago
Junio C Hamano 23d6d112c0 Add sideband status report to git-archive protocol 18 years ago
Junio C Hamano fe5ab763f8 Teach --exec to git-archive --remote 18 years ago
Junio C Hamano e0ffb24877 Add --verbose to git-archive 18 years ago
Junio C Hamano 8142f603b9 archive: force line buffered output to stderr 18 years ago
Junio C Hamano 37f944363d archive: allow remote to have more formats than we understand. 18 years ago
Rene Scharfe 854c4168e7 git-archive: make compression level of ZIP archives configurable 18 years ago
Franck Bui-Huu ec06bff5e6 git-archive: wire up ZIP format. 18 years ago
Franck Bui-Huu efd8696cd7 git-archive: wire up TAR format. 18 years ago
Franck Bui-Huu 4df096a5ca Add git-archive 18 years ago