summaryrefslogtreecommitdiff
path: root/archive.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | archive: complain about path specs that don't match anythingRené Scharfe2009-12-301-1/+24
|/ /
* | Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-1/+3
* | Merge branch 'rs/maint-archive-prefix'Junio C Hamano2009-10-091-3/+4
|\ \
| * | Git archive and trailing "/" in prefixRené Scharfe2009-10-081-3/+4
* | | git-archive: add '-o' as a alias for '--output'Dmitry Potapov2009-09-131-1/+1
|/ /
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* | archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy2009-04-171-0/+23
* | archive: use parseopt for local-only optionsRené Scharfe2009-03-081-16/+2
* | git-archive: add --output=<file> to send output to a fileCarlos Manuel Duclos Vergara2009-03-041-0/+19
|/
* tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli2009-02-071-1/+1
* Merge branch 'maint'Junio C Hamano2008-10-261-0/+2
|\
| * git-archive: work in bare reposCharles Bailey2008-10-261-0/+2
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-4/+2
* | archive.c: make archiver staticNanako Shiraishi2008-10-021-1/+1
|/
* pretty=format: respect date format optionsJeff King2008-08-291-1/+1
* archive: allow --exec and --remote without equal signRene Scharfe2008-07-301-42/+68
* archive: declare struct archiver where it's neededRene Scharfe2008-07-251-1/+5
* archive: move parameter parsing code to archive.cRene Scharfe2008-07-251-0/+137
* archive: add write_archive()Rene Scharfe2008-07-251-0/+18
* archive: unify file attribute handlingRené Scharfe2008-07-151-40/+23
* archive: centralize archive entry writingRené Scharfe2008-07-151-0/+77
* Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-091-0/+13
* archive.c: format_subst - fixed bogus argument to memchrAriel Badichi2008-04-221-2/+2
* Move sha1_file_to_archive into libgitLars Hjemli2008-01-181-0/+84