1git-tar-tree(1) 2=============== 3v0.1, May 2005 4 5NAME 6---- 7git-tar-tree - Creates a tar archive of the files in the named tree 8 9 10SYNOPSIS 11-------- 12'git-tar-tree' <tree-ish> [ <base> ] 13 14DESCRIPTION 15----------- 16Creates a tar archive containing the tree structure for the named tree. 17When <base> is specified it is added as a leading path as the files in the 18generated tar archive. 19 20 21Author 22------ 23Written by Linus Torvalds <torvalds@osdl.org> 24 25Documentation 26-------------- 27Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. 28 29GIT 30--- 31Part of the link:git.html[git] suite 32