summaryrefslogtreecommitdiff
path: root/archive.c
AgeCommit message (Expand)Author
2010-11-15archive: improve --verbose descriptionRené Scharfe
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-07-27archive: abbreviate substituted commit ids againJonathan Nieder
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano
2010-01-17git_attr(): fix function signatureJunio C Hamano
2009-12-30archive: complain about path specs that don't match anythingRené Scharfe
2009-10-20Refactor pretty_print_commit arguments into a structThomas Rast
2009-10-09Merge branch 'rs/maint-archive-prefix'Junio C Hamano
2009-10-09Git archive and trailing "/" in prefixRené Scharfe
2009-09-13git-archive: add '-o' as a alias for '--output'Dmitry Potapov
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