aboutsummaryrefslogtreecommitdiff
path: root/archive-tar.c
Commit message (Expand)AuthorAge
* archive-tar.c: squelch a type mismatch warningJunio C Hamano2009-05-08
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* archive: remove unused headersRené Scharfe2008-07-19
* archive: centralize archive entry writingRené Scharfe2008-07-15
* archive: add baselen member to struct archiver_argsRené Scharfe2008-07-15
* add context pointer to read_tree_recursive()René Scharfe2008-07-15
* Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-09
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* git-archive: ignore prefix when checking file attributeRené Scharfe2008-04-10
* archive-tar.c: guard config parser from value=NULLJunio C Hamano2008-02-11
* Fix the expansion pattern of the pseudo-static path buffer.Pierre Habouzit2007-09-20
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* Merge branch 'master' into ph/strbufJunio C Hamano2007-09-10
|\
| * archive: specfile support (--pretty=format: in archive files)René Scharfe2007-09-03
* | Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit2007-09-06
* | Rework strbuf API and semantics.Pierre Habouzit2007-09-06
|/
* rename dirlink to gitlink.Martin Waitz2007-05-21
* git-archive: convert archive entries like checkouts doRené Scharfe2007-05-18
* git-archive: don't die when repository uses subprojectsLars Hjemli2007-05-12
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Set default "tar" umask to 002 and owner.group to root.rootRené Scharfe2007-01-06
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe2006-09-24