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