aboutsummaryrefslogtreecommitdiffstats
path: root/archive-tar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-2/+2
2007-09-10Merge branch 'master' into ph/strbufJunio C Hamano1-1/+4
2007-09-06Simplify strbuf uses in archive-tar.c using strbuf APIPierre Habouzit1-49/+16
2007-09-06Rework strbuf API and semantics.Pierre Habouzit1-1/+1
2007-09-03archive: specfile support (--pretty=format: in archive files)René Scharfe1-1/+4
2007-05-21rename dirlink to gitlink.Martin Waitz1-2/+2
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe1-7/+9
2007-05-12git-archive: don't die when repository uses subprojectsLars Hjemli1-2/+2
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-2/+2
2007-01-06Set default "tar" umask to 002 and owner.group to root.rootRené Scharfe1-4/+3
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-09-24git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe1-0/+325