summaryrefslogtreecommitdiffstats
path: root/archive.c
AgeCommit message (Expand)AuthorLines
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd-1/+1
2009-04-17archive: do not read .gitattributes in working directoryNguyễn Thái Ngọc Duy-0/+23
2009-03-08archive: use parseopt for local-only optionsRené Scharfe-16/+2
2009-03-04git-archive: add --output=<file> to send output to a fileCarlos Manuel Duclos Vergara-0/+19
2009-02-07tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli-1/+1
2008-10-26Merge branch 'maint'Junio C Hamano-0/+2
2008-10-26git-archive: work in bare reposCharles Bailey-0/+2
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-4/+2
2008-10-02archive.c: make archiver staticNanako Shiraishi-1/+1
2008-08-29pretty=format: respect date format optionsJeff King-1/+1
2008-07-30archive: allow --exec and --remote without equal signRene Scharfe-42/+68
2008-07-25archive: declare struct archiver where it's neededRene Scharfe-1/+5
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe-0/+137
2008-07-25archive: add write_archive()Rene Scharfe-0/+18
2008-07-15archive: unify file attribute handlingRené Scharfe-40/+23
2008-07-15archive: centralize archive entry writingRené Scharfe-0/+77
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe-0/+13
2008-04-22archive.c: format_subst - fixed bogus argument to memchrAriel Badichi-2/+2
2008-01-18Move sha1_file_to_archive into libgitLars Hjemli-0/+84