X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=e1e2d60fef1b8fc85e30243f403bd11d80ca980b;hb=07efafef2bcd87b35bf8880364dd5d098058cd4e;hp=f2080eb6ad35282107fd5500eb9cba9290497cb9;hpb=5071877d2c623ffc41b48bbb49908a61051a6228;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index f2080eb6a..e1e2d60fe 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -15,7 +15,8 @@ SYNOPSIS DESCRIPTION ----------- Creates an archive of the specified format containing the tree -structure for the named tree. If is specified it is +structure for the named tree, and writes it out to the standard +output. If is specified it is prepended to the filenames in the archive. 'git-archive' behaves differently when given a tree ID versus when @@ -31,7 +32,7 @@ OPTIONS ------- --format=:: - Format of the resulting archive: 'tar', 'zip'... The default + Format of the resulting archive: 'tar' or 'zip'. The default is 'tar'. --list, -l::