aboutsummaryrefslogtreecommitdiffstats
path: root/tar-tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-08Separate object name errors from usage errorsDmitry V. Levin1-2/+2
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-1/+1
2006-04-02Remove useless pointer updateRene Scharfe1-1/+0
2006-03-29tree/diff header cleanup.Junio C Hamano1-1/+1
2006-03-25Merge branch 'rs/tar-tree' into nextJunio C Hamano1-224/+161
2006-03-25tar-tree: Use the prefix field of a tar headerRene Scharfe1-3/+21
2006-03-25tar-tree: Remove obsolete codeRene Scharfe1-214/+0
2006-03-25tar-tree: Use write_entry() to write the archive contentsRene Scharfe1-18/+38
2006-03-25tar-tree: Introduce write_entry()Rene Scharfe1-18/+130
2006-03-25tar-tree: Use SHA1 of root tree for the basedirRene Scharfe1-3/+4
2006-03-23sha1_name: warning ambiguous refs.Junio C Hamano1-0/+1
2006-03-03tar-tree: file/dirmode fix.Junio C Hamano1-4/+6
2006-01-31Make git-tar-tree use the tree_desc abstractionsLinus Torvalds1-23/+24
2006-01-30Use struct commit in tar-treeDaniel Barkalow1-35/+6
2006-01-30Use struct tree in tar-treeDaniel Barkalow1-26/+24
2006-01-07tar-tree: finish honoring extractor's umask in git-tar-tree.Junio C Hamano1-1/+1
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano1-3/+1
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+2
2005-10-01Honor extractor's umask in git-tar-tree.Junio C Hamano1-0/+2
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-2/+2
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-1/+1
2005-06-21[PATCH] Fix several gcc4 signedness warningsMika Kukkonen1-2/+2
2005-06-03[PATCH] git-tar-tree: fix write_trailerRene Scharfe1-1/+1
2005-06-02[PATCH] git-tar-tree: cleanup write_trailer()Rene Scharfe1-7/+4
2005-05-20sparse cleanupLinus Torvalds1-1/+1
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov1-3/+3
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst1-3/+3
2005-05-09Add copyright notice of Rene Scharfe to tar-tree.cPetr Baudis1-0/+3
2005-05-06[PATCH] Lift path length limits from git-tar-tree.Rene Scharfe1-8/+7
2005-05-06[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano1-4/+0
2005-05-06[PATCH] git-tar-tree: add symlink supportRene Scharfe1-13/+47
2005-05-06[PATCH] git-tar-tree: make file contents accessible to write_header()Rene Scharfe1-10/+13
2005-05-06[PATCH] git-tar-tree: add extended header helpersRene Scharfe1-18/+40
2005-05-06[PATCH] git-tar-tree: add TYPEFLAG_ constantsRene Scharfe1-5/+20
2005-05-06[PATCH] git-tar-tree: add get_record()Rene Scharfe1-13/+13
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-1/+1
2005-04-29[PATCH] GIT: Create tar archives of tree on the flyRene Scharfe1-16/+27
2005-04-28[PATCH] Use read_object_with_reference() in tar-treeRene Scharfe1-29/+25
2005-04-28[PATCH] create tar archives of tree on the flyRene Scharfe1-0/+363