summaryrefslogtreecommitdiff
path: root/builtin-archive.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-18Move sha1_file_to_archive into libgitLibravatar Lars Hjemli1-80/+0
2007-11-01Merge branch 'js/forkexec'Libravatar Junio C Hamano1-5/+3
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsLibravatar René Scharfe1-1/+3
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Libravatar Johannes Sixt1-5/+3
2007-09-29strbuf change: be sure ->buf is never ever NULL.Libravatar Pierre Habouzit1-3/+2
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Libravatar Pierre Habouzit1-42/+36
2007-09-13archive: fix subst file generationLibravatar René Scharfe1-3/+1
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Libravatar Pierre Habouzit1-23/+16
2007-09-10archive - leakfix for format_subst()Libravatar Junio C Hamano1-0/+1
2007-09-06archive: rename attribute specfile to export-substLibravatar René Scharfe1-7/+7
2007-09-06archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...Libravatar René Scharfe1-5/+47
2007-09-03archive: specfile support (--pretty=format: in archive files)Libravatar René Scharfe1-1/+54
2007-05-16connect: display connection progressLibravatar Michael S. Tsirkin1-1/+1
2007-04-09git-archive: make tar the default formatLibravatar René Scharfe1-3/+1
2007-04-05Revert "builtin-archive: use RUN_SETUP"Libravatar René Scharfe1-0/+2
2007-03-03Merge branch 'maint'Libravatar Junio C Hamano1-2/+0
2007-03-03builtin-archive: use RUN_SETUPLibravatar Johannes Schindelin1-2/+0
2007-02-20prefixcmp(): fix-up mechanical conversion.Libravatar Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-5/+5
2007-01-21Make sure git_connect() always give two file descriptors.Libravatar Junio C Hamano1-0/+1
2007-01-09builtin-archive: do not free a tree held by the object layer.Libravatar Junio C Hamano1-1/+0
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-1/+0
2006-11-21archive: use setvbuf() instead of setlinebuf()Libravatar Michal Rokos1-1/+1
2006-11-04Remove unsupported C99 style struct initializers in git-archive.Libravatar Shawn O. Pearce1-11/+12
2006-10-11atomic write for sideband remote messagesLibravatar Nicolas Pitre1-1/+1
2006-09-13git-archive: inline default_parse_extra()Libravatar Rene Scharfe1-12/+2
2006-09-12builtin-archive.c: rename remote_request() to extract_remote_arg()Libravatar Junio C Hamano1-2/+2
2006-09-10Add sideband status report to git-archive protocolLibravatar Junio C Hamano1-3/+3
2006-09-10Teach --exec to git-archive --remoteLibravatar Junio C Hamano1-3/+17
2006-09-10Add --verbose to git-archiveLibravatar Junio C Hamano1-1/+7
2006-09-10archive: force line buffered output to stderrLibravatar Junio C Hamano1-0/+2
2006-09-09archive: allow remote to have more formats than we understand.Libravatar Junio C Hamano1-32/+47
2006-09-09git-archive: make compression level of ZIP archives configurableLibravatar Rene Scharfe1-2/+9
2006-09-09git-archive: wire up ZIP format.Libravatar Franck Bui-Huu1-0/+1
2006-09-09git-archive: wire up TAR format.Libravatar Franck Bui-Huu1-1/+1
2006-09-09Add git-archiveLibravatar Franck Bui-Huu1-0/+228