summaryrefslogtreecommitdiff
path: root/builtin-archive.c
AgeCommit message (Expand)Author
2008-01-18Move sha1_file_to_archive into libgitLars Hjemli
2007-11-01Merge branch 'js/forkexec'Junio C Hamano
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-14archive: fix subst file generationRené Scharfe
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-09-10archive - leakfix for format_subst()Junio C Hamano
2007-09-07archive: rename attribute specfile to export-substRené Scharfe
2007-09-07archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD...René Scharfe
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe
2007-05-16connect: display connection progressMichael S. Tsirkin
2007-04-10git-archive: make tar the default formatRené Scharfe
2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe
2007-03-04Merge branch 'maint'Junio C Hamano
2007-03-03builtin-archive: use RUN_SETUPJohannes Schindelin
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-22Make sure git_connect() always give two file descriptors.Junio C Hamano
2007-01-09builtin-archive: do not free a tree held by the object layer.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-22archive: use setvbuf() instead of setlinebuf()Michal Rokos
2006-11-05Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce
2006-10-11atomic write for sideband remote messagesNicolas Pitre
2006-09-14git-archive: inline default_parse_extra()Rene Scharfe
2006-09-13builtin-archive.c: rename remote_request() to extract_remote_arg()Junio C Hamano
2006-09-11Add sideband status report to git-archive protocolJunio C Hamano
2006-09-10Teach --exec to git-archive --remoteJunio C Hamano
2006-09-10Add --verbose to git-archiveJunio C Hamano
2006-09-10archive: force line buffered output to stderrJunio C Hamano
2006-09-10archive: allow remote to have more formats than we understand.Junio C Hamano
2006-09-09git-archive: make compression level of ZIP archives configurableRene Scharfe
2006-09-09git-archive: wire up ZIP format.Franck Bui-Huu
2006-09-09git-archive: wire up TAR format.Franck Bui-Huu
2006-09-09Add git-archiveFranck Bui-Huu