* [PATCH 2/3] git-tar-tree: documentation update
@ 2006-06-18 10:57 Rene Scharfe
2006-06-18 13:06 ` Rene Scharfe
0 siblings, 1 reply; 2+ messages in thread
From: Rene Scharfe @ 2006-06-18 10:57 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Rene Scharfe
* add example on how to avoid adding a global extended pax header
* don't mention linux anymore, use git itself as an example instead
* update to v1.4.0 ;-)
* append missing :: to the examples
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
---
Documentation/git-tar-tree.txt | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/Documentation/git-tar-tree.txt b/Documentation/git-tar-tree.txt
index 831537b..f2675c4 100644
--- a/Documentation/git-tar-tree.txt
+++ b/Documentation/git-tar-tree.txt
@@ -39,19 +39,24 @@ OPTIONS
Examples
--------
-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.
-git tar-tree v2.6.17 linux-2.6.17 | gzip >linux-2.6.17.tar.gz
+git tar-tree v1.4.0 git-1.4.0 | gzip >git-1.4.0.tar.gz::
- Create a tarball for v2.6.17 release.
+ Create a tarball for v1.4.0 release.
-git tar-tree --remote=example.com:git.git v0.99 >git-0.99.tar
+git tar-tree v1.4.0{caret}\{tree\} git-1.4.0 | gzip >git-1.4.0.tar.gz::
- Get a tarball v0.99 from example.com.
+ Create a tarball for v1.4.0 release, but without a
+ global extended pax header.
+
+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.
Author
------
--
1.4.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/3] git-tar-tree: documentation update
2006-06-18 10:57 [PATCH 2/3] git-tar-tree: documentation update Rene Scharfe
@ 2006-06-18 13:06 ` Rene Scharfe
0 siblings, 0 replies; 2+ messages in thread
From: Rene Scharfe @ 2006-06-18 13:06 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
> * add example on how to avoid adding a global extended pax header
> * don't mention linux anymore, use git itself as an example instead
> * update to v1.4.0 ;-)
> * append missing :: to the examples
Oops, I forgot to mention this change:
> -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.
The new version features less typing and no more path duplication.
René
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-18 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-18 10:57 [PATCH 2/3] git-tar-tree: documentation update Rene Scharfe
2006-06-18 13:06 ` Rene Scharfe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).