From cd8b9122fc93842fe9ca719dc1479a2ab8d08571 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 18 Jun 2006 11:37:26 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.0-g6698 --- man1/git-tar-tree.1 | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/man1/git-tar-tree.1 b/man1/git-tar-tree.1 index 4c1789528..39230c3ec 100755 --- a/man1/git-tar-tree.1 +++ b/man1/git-tar-tree.1 @@ -50,22 +50,20 @@ Instead of making a tar archive from local repository, retrieve a tar archive fr .SH "EXAMPLES" .TP -git tar\-tree HEAD | (cd /var/tmp/ && mkdir junk && tar Cxf junk \-) +git tar\-tree HEAD junk | (cd /var/tmp/ && tar xf \-) Create a tar archive that contains the contents of the latest commit on the current branch, and extracts it in /var/tmp/junk directory\&. +.TP +git tar\-tree v1\&.4\&.0 git\-1\&.4\&.0 | gzip >git\-1\&.4\&.0\&.tar\&.gz +Create a tarball for v1\&.4\&.0 release\&. -git tar\-tree v2\&.6\&.17 linux\-2\&.6\&.17 | gzip >linux\-2\&.6\&.17\&.tar\&.gz - -.nf -Create a tarball for v2\&.6\&.17 release\&. -.fi - - -git tar\-tree \-\-remote=example\&.com:git\&.git v0\&.99 >git\-0\&.99\&.tar +.TP +git tar\-tree v1\&.4\&.0^{tree} git\-1\&.4\&.0 | gzip >git\-1\&.4\&.0\&.tar\&.gz +Create a tarball for v1\&.4\&.0 release, but without a global extended pax header\&. -.nf -Get a tarball v0\&.99 from example\&.com\&. -.fi +.TP +git tar\-tree \-\-remote=example\&.com:git\&.git v1\&.4\&.0 >git\-1\&.4\&.0\&.tar +Get a tarball v1\&.4\&.0 from example\&.com\&. .SH "AUTHOR" -- 2.26.2