Age | Commit message (Expand) | Author | Files | Lines |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -1/+1 |
2006-04-02 | Remove useless pointer update | Rene Scharfe | 1 | -1/+0 |
2006-03-29 | tree/diff header cleanup. | Junio C Hamano | 1 | -1/+1 |
2006-03-25 | Merge branch 'rs/tar-tree' into next | Junio C Hamano | 1 | -224/+161 |
2006-03-25 | tar-tree: Use the prefix field of a tar header | Rene Scharfe | 1 | -3/+21 |
2006-03-25 | tar-tree: Remove obsolete code | Rene Scharfe | 1 | -214/+0 |
2006-03-25 | tar-tree: Use write_entry() to write the archive contents | Rene Scharfe | 1 | -18/+38 |
2006-03-25 | tar-tree: Introduce write_entry() | Rene Scharfe | 1 | -18/+130 |
2006-03-25 | tar-tree: Use SHA1 of root tree for the basedir | Rene Scharfe | 1 | -3/+4 |
2006-03-23 | sha1_name: warning ambiguous refs. | Junio C Hamano | 1 | -0/+1 |
2006-03-03 | tar-tree: file/dirmode fix. | Junio C Hamano | 1 | -4/+6 |
2006-01-31 | Make git-tar-tree use the tree_desc abstractions | Linus Torvalds | 1 | -23/+24 |
2006-01-30 | Use struct commit in tar-tree | Daniel Barkalow | 1 | -35/+6 |
2006-01-30 | Use struct tree in tar-tree | Daniel Barkalow | 1 | -26/+24 |
2006-01-07 | tar-tree: finish honoring extractor's umask in git-tar-tree. | Junio C Hamano | 1 | -1/+1 |
2005-12-19 | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 1 | -3/+1 |
2005-11-28 | Make the rest of commands work from a subdirectory. | Junio C Hamano | 1 | -0/+2 |
2005-10-01 | Honor extractor's umask in git-tar-tree. | Junio C Hamano | 1 | -0/+2 |
2005-08-09 | [PATCH] -Werror fixes | Timo Sirainen | 1 | -2/+2 |
2005-07-29 | [PATCH] Unify usage strings declaration | Petr Baudis | 1 | -1/+1 |
2005-06-21 | [PATCH] Fix several gcc4 signedness warnings | Mika Kukkonen | 1 | -2/+2 |
2005-06-03 | [PATCH] git-tar-tree: fix write_trailer | Rene Scharfe | 1 | -1/+1 |
2005-06-02 | [PATCH] git-tar-tree: cleanup write_trailer() | Rene Scharfe | 1 | -7/+4 |
2005-05-20 | sparse cleanup | Linus Torvalds | 1 | -1/+1 |
2005-05-19 | [PATCH] cleanup of in-code names | Alexey Nezhdanov | 1 | -3/+3 |
2005-05-18 | [PATCH] Kill a bunch of pointer sign warnings for gcc4 | Brian Gerst | 1 | -3/+3 |
2005-05-09 | Add copyright notice of Rene Scharfe to tar-tree.c | Petr Baudis | 1 | -0/+3 |
2005-05-06 | [PATCH] Lift path length limits from git-tar-tree. | Rene Scharfe | 1 | -8/+7 |
2005-05-06 | [PATCH] Do not initialize sha1_file_directory by hand. | Junio C Hamano | 1 | -4/+0 |
2005-05-06 | [PATCH] git-tar-tree: add symlink support | Rene Scharfe | 1 | -13/+47 |
2005-05-06 | [PATCH] git-tar-tree: make file contents accessible to write_header() | Rene Scharfe | 1 | -10/+13 |
2005-05-06 | [PATCH] git-tar-tree: add extended header helpers | Rene Scharfe | 1 | -18/+40 |
2005-05-06 | [PATCH] git-tar-tree: add TYPEFLAG_ constants | Rene Scharfe | 1 | -5/+20 |
2005-05-06 | [PATCH] git-tar-tree: add get_record() | Rene Scharfe | 1 | -13/+13 |
2005-05-01 | Add "get_sha1()" helper function. | Linus Torvalds | 1 | -1/+1 |
2005-04-29 | [PATCH] GIT: Create tar archives of tree on the fly | Rene Scharfe | 1 | -16/+27 |
2005-04-28 | [PATCH] Use read_object_with_reference() in tar-tree | Rene Scharfe | 1 | -29/+25 |
2005-04-28 | [PATCH] create tar archives of tree on the fly | Rene Scharfe | 1 | -0/+363 |