7 git-tar-tree - Creates a tar archive of the files in the named tree
12 'git-tar-tree' <tree-ish> [ <base> ]
16 Creates a tar archive containing the tree structure for the named tree.
17 When <base> is specified it is added as a leading path as the files in the
18 generated tar archive.
23 Written by Linus Torvalds <torvalds@osdl.org>
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
31 Part of the link:git.html[git] suite