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