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