Fixed misnamed t/t2010-update-cache-badpath.sh
[git/gitweb.git] / Documentation / git-tar-tree.txt
blob7870e92ae9b394b80a0a0dfcfc888971eb00c356
1 git-tar-tree(1)
2 ===============
3 v0.1, May 2005
5 NAME
6 ----
7 git-tar-tree - Creates a tar archive of the files in the named tree
10 SYNOPSIS
11 --------
12 'git-tar-tree' <tree-ish> [ <base> ]
14 DESCRIPTION
15 -----------
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.
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
29 GIT
30 ---
31 Part of the link:git.html[git] suite