X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=4da07c158053bd037f32ff74516c7b2dfeec723b;hb=57bd934ea69f0151b729b74fd77629b94920cca7;hp=031fcd5190bf4baef7d87534ef5b6a39fe8985a9;hpb=38ebbacd93eb547b3608b64a2efc60fd79e1ea85;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 031fcd519..4da07c158 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -3,11 +3,12 @@ git-archive(1) NAME ---- -git-archive - Creates a archive of the files in the 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.