aboutsummaryrefslogtreecommitdiff
path: root/tar-tree.c
Commit message (Expand)AuthorAge
* Make git-tar-tree use the tree_desc abstractionsLinus Torvalds2006-01-31
* Use struct commit in tar-treeDaniel Barkalow2006-01-30
* Use struct tree in tar-treeDaniel Barkalow2006-01-30
* tar-tree: finish honoring extractor's umask in git-tar-tree.Junio C Hamano2006-01-07
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-19
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-28
* Honor extractor's umask in git-tar-tree.Junio C Hamano2005-10-01
* [PATCH] -Werror fixesTimo Sirainen2005-08-09
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-29
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-21
* [PATCH] git-tar-tree: fix write_trailerRene Scharfe2005-06-03
* [PATCH] git-tar-tree: cleanup write_trailer()Rene Scharfe2005-06-02
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-19
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-18
* Add copyright notice of Rene Scharfe to tar-tree.cPetr Baudis2005-05-09
* [PATCH] Lift path length limits from git-tar-tree.Rene Scharfe2005-05-06
* [PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano2005-05-06
* [PATCH] git-tar-tree: add symlink supportRene Scharfe2005-05-06
* [PATCH] git-tar-tree: make file contents accessible to write_header()Rene Scharfe2005-05-06
* [PATCH] git-tar-tree: add extended header helpersRene Scharfe2005-05-06
* [PATCH] git-tar-tree: add TYPEFLAG_ constantsRene Scharfe2005-05-06
* [PATCH] git-tar-tree: add get_record()Rene Scharfe2005-05-06
* Add "get_sha1()" helper function.Linus Torvalds2005-05-01
* [PATCH] GIT: Create tar archives of tree on the flyRene Scharfe2005-04-29
* [PATCH] Use read_object_with_reference() in tar-treeRene Scharfe2005-04-28
* [PATCH] create tar archives of tree on the flyRene Scharfe2005-04-28