summaryrefslogtreecommitdiff
path: root/builtin-archive.c
Commit message (Expand)AuthorAgeFilesLines
* Start conforming code to "git subcmd" styleHeikki Orsila2008-08-301-4/+4
* archive: allow --exec and --remote without equal signRene Scharfe2008-07-251-3/+17
* archive: move parameter parsing code to archive.cRene Scharfe2008-07-251-137/+0
* archive: add write_archive()Rene Scharfe2008-07-251-12/+1
* archive: remove unused headersRené Scharfe2008-07-191-2/+0
* archive: make zip compression level independent from core gitRené Scharfe2008-07-191-1/+2
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | archive: remove extra arguments parsing codeRené Scharfe2008-07-151-13/+16
* | archive: add baselen member to struct archiver_argsRené Scharfe2008-07-151-0/+1
* | archive: remove args member from struct archiverRené Scharfe2008-07-151-30/+21
|/
* Move sha1_file_to_archive into libgitLars Hjemli2008-01-181-80/+0
* Merge branch 'js/forkexec'Junio C Hamano2007-11-011-5/+3
|\
| * Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-5/+3
* | Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe2007-10-221-1/+3
|/
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-3/+2
* Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-161-42/+36
* archive: fix subst file generationRené Scharfe2007-09-131-3/+1
* Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-101-23/+16
* archive - leakfix for format_subst()Junio C Hamano2007-09-101-0/+1
* archive: rename attribute specfile to export-substRené Scharfe2007-09-061-7/+7
* archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...René Scharfe2007-09-061-5/+47
* archive: specfile support (--pretty=format: in archive files)René Scharfe2007-09-031-1/+54
* connect: display connection progressMichael S. Tsirkin2007-05-161-1/+1
* git-archive: make tar the default formatRené Scharfe2007-04-091-3/+1
* Revert "builtin-archive: use RUN_SETUP"René Scharfe2007-04-051-0/+2
* Merge branch 'maint'Junio C Hamano2007-03-031-2/+0
|\
| * builtin-archive: use RUN_SETUPJohannes Schindelin2007-03-031-2/+0
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-1/+1
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-5/+5
|/
* Make sure git_connect() always give two file descriptors.Junio C Hamano2007-01-211-0/+1
* builtin-archive: do not free a tree held by the object layer.Junio C Hamano2007-01-091-1/+0
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* archive: use setvbuf() instead of setlinebuf()Michal Rokos2006-11-211-1/+1
* Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce2006-11-041-11/+12
* atomic write for sideband remote messagesNicolas Pitre2006-10-111-1/+1
* git-archive: inline default_parse_extra()Rene Scharfe2006-09-131-12/+2
* builtin-archive.c: rename remote_request() to extract_remote_arg()Junio C Hamano2006-09-121-2/+2
* Add sideband status report to git-archive protocolJunio C Hamano2006-09-101-3/+3
* Teach --exec to git-archive --remoteJunio C Hamano2006-09-101-3/+17
* Add --verbose to git-archiveJunio C Hamano2006-09-101-1/+7
* archive: force line buffered output to stderrJunio C Hamano2006-09-101-0/+2
* archive: allow remote to have more formats than we understand.Junio C Hamano2006-09-091-32/+47
* git-archive: make compression level of ZIP archives configurableRene Scharfe2006-09-091-2/+9
* git-archive: wire up ZIP format.Franck Bui-Huu2006-09-091-0/+1
* git-archive: wire up TAR format.Franck Bui-Huu2006-09-091-1/+1
* Add git-archiveFranck Bui-Huu2006-09-091-0/+228