summaryrefslogtreecommitdiff
path: root/tar-tree.c
AgeCommit message (Expand)Author
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-04-02Remove useless pointer updateRene Scharfe
2006-03-30tree/diff header cleanup.Junio C Hamano
2006-03-26Merge branch 'rs/tar-tree' into nextJunio C Hamano
2006-03-26tar-tree: Use the prefix field of a tar headerRene Scharfe
2006-03-26tar-tree: Remove obsolete codeRene Scharfe
2006-03-26tar-tree: Use write_entry() to write the archive contentsRene Scharfe
2006-03-26tar-tree: Introduce write_entry()Rene Scharfe
2006-03-26tar-tree: Use SHA1 of root tree for the basedirRene Scharfe
2006-03-24sha1_name: warning ambiguous refs.Junio C Hamano
2006-03-04tar-tree: file/dirmode fix.Junio C Hamano
2006-02-01Make git-tar-tree use the tree_desc abstractionsLinus Torvalds
2006-01-31Use struct commit in tar-treeDaniel Barkalow
2006-01-31Use struct tree in tar-treeDaniel Barkalow
2006-01-07tar-tree: finish honoring extractor's umask in git-tar-tree.Junio C Hamano
2005-12-20xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-11-29Make the rest of commands work from a subdirectory.Junio C Hamano
2005-10-02Honor extractor's umask in git-tar-tree.Junio C Hamano
2005-08-10[PATCH] -Werror fixesTimo Sirainen
2005-07-30[PATCH] Unify usage strings declarationPetr Baudis
2005-06-21[PATCH] Fix several gcc4 signedness warningsMika Kukkonen
2005-06-03[PATCH] git-tar-tree: fix write_trailerRene Scharfe
2005-06-03[PATCH] git-tar-tree: cleanup write_trailer()Rene Scharfe
2005-05-20sparse cleanupLinus Torvalds
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst
2005-05-09Add copyright notice of Rene Scharfe to tar-tree.cPetr Baudis
2005-05-07[PATCH] Lift path length limits from git-tar-tree.Rene Scharfe
2005-05-07[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano
2005-05-06[PATCH] git-tar-tree: add symlink supportRene Scharfe
2005-05-06[PATCH] git-tar-tree: make file contents accessible to write_header()Rene Scharfe
2005-05-06[PATCH] git-tar-tree: add extended header helpersRene Scharfe
2005-05-06[PATCH] git-tar-tree: add TYPEFLAG_ constantsRene Scharfe
2005-05-06[PATCH] git-tar-tree: add get_record()Rene Scharfe
2005-05-01Add "get_sha1()" helper function.Linus Torvalds
2005-04-30[PATCH] GIT: Create tar archives of tree on the flyRene Scharfe
2005-04-29[PATCH] Use read_object_with_reference() in tar-treeRene Scharfe
2005-04-28[PATCH] create tar archives of tree on the flyRene Scharfe