X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=4da07c158053bd037f32ff74516c7b2dfeec723b;hb=04d70bebe72c264a1c4d26cbe306672e3e4098e3;hp=493474b2eeabb2f7928b0e9f91cfd1ff64763a6d;hpb=e94b4d2f2a3a9b2aaaac15c33d5d31f76531ecbf;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 493474b2e..4da07c158 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -3,11 +3,12 @@ git-archive(1) NAME ---- -git-archive - Creates an archive of files from a named tree +git-archive - Create an archive of files from a named tree SYNOPSIS -------- +[verse] 'git-archive' --format= [--list] [--prefix=/] [] [--remote=] [path...] @@ -30,11 +31,15 @@ OPTIONS ------- --format=:: - Format of the resulting archive: 'tar', 'zip'... + Format of the resulting archive: 'tar', 'zip'... The default + is 'tar'. ---list:: +--list, -l:: Show all available formats. +--verbose, -v:: + Report progress to stderr. + --prefix=/:: Prepend / to each filename in the archive.