aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-archive.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-129/+0
2010-02-07Merge branch 'maint'Junio C Hamano1-18/+16
2010-02-07archive: simplify archive format guessingRené Scharfe1-18/+16
2010-01-13Merge branch 'il/vcs-helper'Junio C Hamano1-7/+10
2009-12-28Support remote archive from all smart transportsIlari Liusvaara1-7/+10
2009-12-10Fix archive format with -- on the command lineJunio C Hamano1-6/+10
2009-09-13git-archive: infer output format from filename when unspecifiedDmitry Potapov1-1/+30
2009-09-13git-archive: add '-o' as a alias for '--output'Dmitry Potapov1-1/+1
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-2/+2
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+2
2009-03-10recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt1-1/+1
2009-03-08archive: use parseopt for local-only optionsRené Scharfe1-65/+38
2008-10-26git-archive: work in bare reposCharles Bailey1-2/+0
2008-09-18Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey1-0/+2
2008-08-30Start conforming code to "git subcmd" styleHeikki Orsila1-4/+4
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