summaryrefslogtreecommitdiff
path: root/archive-tar.c
AgeCommit message (Expand)Author
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-07-19archive: remove unused headersRené Scharfe
2008-07-15archive: centralize archive entry writingRené Scharfe
2008-07-15archive: add baselen member to struct archiver_argsRené Scharfe
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-06-09Teach new attribute 'export-ignore' to git-archiveRené Scharfe
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe
2008-02-11archive-tar.c: guard config parser from value=NULLJunio C Hamano
2007-09-21Fix the expansion pattern of the pseudo-static path buffer.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-10Merge branch 'master' into ph/strbufJunio C Hamano
2007-09-07Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit
2007-09-07Rework strbuf API and semantics.Pierre Habouzit
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe
2007-05-12git-archive: don't die when repository uses subprojectsLars Hjemli
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-01-06Set default "tar" umask to 002 and owner.group to root.rootRené Scharfe
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-09-25git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe