aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-archive.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-25archive: allow --exec and --remote without equal signRene Scharfe1-3/+17
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe1-137/+0
2008-07-25archive: add write_archive()Rene Scharfe1-12/+1
2008-07-19archive: remove unused headersRené Scharfe1-2/+0
2008-07-19archive: make zip compression level independent from core gitRené Scharfe1-1/+2
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-15archive: remove extra arguments parsing codeRené Scharfe1-13/+16
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe1-0/+1
2008-07-15archive: remove args member from struct archiverRené Scharfe1-30/+21
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-01-18Move sha1_file_to_archive into libgitLars Hjemli1-80/+0
2007-11-01Merge branch 'js/forkexec'Junio C Hamano1-5/+3
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe1-1/+3
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt1-5/+3
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-3/+2
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit1-42/+36
2007-09-13archive: fix subst file generationRené Scharfe1-3/+1
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit1-23/+16
2007-09-10archive - leakfix for format_subst()Junio C Hamano1-0/+1
2007-09-06archive: rename attribute specfile to export-substRené Scharfe1-7/+7
2007-09-06archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...René Scharfe1-5/+47
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe1-1/+54
2007-05-16connect: display connection progressMichael S. Tsirkin1-1/+1
2007-04-09git-archive: make tar the default formatRené Scharfe1-3/+1
2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe1-0/+2
2007-03-03Merge branch 'maint'Junio C Hamano1-2/+0
2007-03-03builtin-archive: use RUN_SETUPJohannes Schindelin1-2/+0
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-5/+5
2007-01-21Make sure git_connect() always give two file descriptors.Junio C Hamano1-0/+1
2007-01-09builtin-archive: do not free a tree held by the object layer.Junio C Hamano1-1/+0
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-11-21archive: use setvbuf() instead of setlinebuf()Michal Rokos1-1/+1
2006-11-04Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce1-11/+12
2006-10-11atomic write for sideband remote messagesNicolas Pitre1-1/+1
2006-09-13git-archive: inline default_parse_extra()Rene Scharfe1-12/+2
2006-09-12builtin-archive.c: rename remote_request() to extract_remote_arg()Junio C Hamano1-2/+2
2006-09-10Add sideband status report to git-archive protocolJunio C Hamano1-3/+3
2006-09-10Teach --exec to git-archive --remoteJunio C Hamano1-3/+17
2006-09-10Add --verbose to git-archiveJunio C Hamano1-1/+7
2006-09-10archive: force line buffered output to stderrJunio C Hamano1-0/+2
2006-09-09archive: allow remote to have more formats than we understand.Junio C Hamano1-32/+47
2006-09-09git-archive: make compression level of ZIP archives configurableRene Scharfe1-2/+9
2006-09-09git-archive: wire up ZIP format.Franck Bui-Huu1-0/+1
2006-09-09git-archive: wire up TAR format.Franck Bui-Huu1-1/+1
2006-09-09Add git-archiveFranck Bui-Huu1-0/+228