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