| Commit message (Expand) | Author | Age |
* | git-archive: work in bare repos | Charles Bailey | 2008-10-26 |
* | Make git archive respect core.autocrlf when creating zip format archives | Charles Bailey | 2008-09-18 |
* | Start conforming code to "git subcmd" style | Heikki Orsila | 2008-08-30 |
* | archive: allow --exec and --remote without equal sign | Rene Scharfe | 2008-07-25 |
* | archive: move parameter parsing code to archive.c | Rene Scharfe | 2008-07-25 |
* | archive: add write_archive() | Rene Scharfe | 2008-07-25 |
* | archive: remove unused headers | René Scharfe | 2008-07-19 |
* | archive: make zip compression level independent from core git | René Scharfe | 2008-07-19 |
* | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 |
|\ |
|
| * | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | | archive: remove extra arguments parsing code | René Scharfe | 2008-07-15 |
* | | archive: add baselen member to struct archiver_args | René Scharfe | 2008-07-15 |
* | | archive: remove args member from struct archiver | René Scharfe | 2008-07-15 |
|/ |
|
* | Move sha1_file_to_archive into libgit | Lars Hjemli | 2008-01-18 |
* | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 |
|\ |
|
| * | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 2007-10-21 |
* | | Correct some sizeof(size_t) != sizeof(unsigned long) typing errors | René Scharfe | 2007-10-22 |
|/ |
|
* | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 |
* | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 2007-09-16 |
* | archive: fix subst file generation | René Scharfe | 2007-09-13 |
* | Rework pretty_print_commit to use strbufs instead of custom buffers. | Pierre Habouzit | 2007-09-10 |
* | archive - leakfix for format_subst() | Junio C Hamano | 2007-09-10 |
* | archive: rename attribute specfile to export-subst | René Scharfe | 2007-09-06 |
* | archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD... | René Scharfe | 2007-09-06 |
* | archive: specfile support (--pretty=format: in archive files) | René Scharfe | 2007-09-03 |
* | connect: display connection progress | Michael S. Tsirkin | 2007-05-16 |
* | git-archive: make tar the default format | René Scharfe | 2007-04-09 |
* | Revert "builtin-archive: use RUN_SETUP" | René Scharfe | 2007-04-05 |
* | Merge branch 'maint' | Junio C Hamano | 2007-03-03 |
|\ |
|
| * | builtin-archive: use RUN_SETUP | Johannes Schindelin | 2007-03-03 |
* | | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
|/ |
|
* | Make sure git_connect() always give two file descriptors. | Junio C Hamano | 2007-01-21 |
* | builtin-archive: do not free a tree held by the object layer. | Junio C Hamano | 2007-01-09 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | archive: use setvbuf() instead of setlinebuf() | Michal Rokos | 2006-11-21 |
* | Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4 | Shawn O. Pearce | 2006-11-04 |
* | atomic write for sideband remote messages | Nicolas Pitre | 2006-10-11 |
* | git-archive: inline default_parse_extra() | Rene Scharfe | 2006-09-13 |
* | builtin-archive.c: rename remote_request() to extract_remote_arg() | Junio C Hamano | 2006-09-12 |
* | Add sideband status report to git-archive protocol | Junio C Hamano | 2006-09-10 |
* | Teach --exec to git-archive --remote | Junio C Hamano | 2006-09-10 |
* | Add --verbose to git-archive | Junio C Hamano | 2006-09-10 |
* | archive: force line buffered output to stderr | Junio C Hamano | 2006-09-10 |
* | archive: allow remote to have more formats than we understand. | Junio C Hamano | 2006-09-09 |
* | git-archive: make compression level of ZIP archives configurable | Rene Scharfe | 2006-09-09 |
* | git-archive: wire up ZIP format. | Franck Bui-Huu | 2006-09-09 |
* | git-archive: wire up TAR format. | Franck Bui-Huu | 2006-09-09 |
* | Add git-archive | Franck Bui-Huu | 2006-09-09 |