X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=4da07c158053bd037f32ff74516c7b2dfeec723b;hb=57bd934ea69f0151b729b74fd77629b94920cca7;hp=8d1041598e566a3ffc87cbe294c7800be1ab0c60;hpb=8ff21b1a3307c7059ea1e00b5117a50a2bc5fec8;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 8d1041598..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...] @@ -33,9 +34,12 @@ OPTIONS 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.