summaryrefslogtreecommitdiff
path: root/builtin-archive.c
AgeCommit message (Expand)Author
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