summaryrefslogtreecommitdiff
path: root/tar-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* Honor extractor's umask in git-tar-tree.Junio C Hamano2005-10-011-0/+2
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-2/+2
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-291-1/+1
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-211-2/+2
* [PATCH] git-tar-tree: fix write_trailerRene Scharfe2005-06-031-1/+1
* [PATCH] git-tar-tree: cleanup write_trailer()Rene Scharfe2005-06-021-7/+4
* sparse cleanupLinus Torvalds2005-05-201-1/+1
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-3/+3
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-3/+3
* Add copyright notice of Rene Scharfe to tar-tree.cPetr Baudis2005-05-091-0/+3
* [PATCH] Lift path length limits from git-tar-tree.Rene Scharfe2005-05-061-8/+7
* [PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano2005-05-061-4/+0
* [PATCH] git-tar-tree: add symlink supportRene Scharfe2005-05-061-13/+47
* [PATCH] git-tar-tree: make file contents accessible to write_header()Rene Scharfe2005-05-061-10/+13
* [PATCH] git-tar-tree: add extended header helpersRene Scharfe2005-05-061-18/+40
* [PATCH] git-tar-tree: add TYPEFLAG_ constantsRene Scharfe2005-05-061-5/+20
* [PATCH] git-tar-tree: add get_record()Rene Scharfe2005-05-061-13/+13
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* [PATCH] GIT: Create tar archives of tree on the flyRene Scharfe2005-04-291-16/+27
* [PATCH] Use read_object_with_reference() in tar-treeRene Scharfe2005-04-281-29/+25
* [PATCH] create tar archives of tree on the flyRene Scharfe2005-04-281-0/+363