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.
20 git-tar-tree behaves differently when given a tree ID versus when given
21 a commit ID or tag ID. In the first case the current time is used as
22 modification time of each file in the archive. In the latter case the
23 commit time as recorded in the referenced commit object is used instead.
24 Additionally the commit ID is stored in a global extended pax header.
25 It can be extracted using git-get-tar-commit-id.
30 Written by Rene Scharfe.
34 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
38 Part of the link:git.html[git] suite