X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=4da07c158053bd037f32ff74516c7b2dfeec723b;hb=57bd934ea69f0151b729b74fd77629b94920cca7;hp=59dfabed23696fda20d036305c98d213de2b8b9c;hpb=bff898b894815ad291b35d213f1c022d1d16a9b9;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 59dfabed2..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,7 +31,8 @@ OPTIONS ------- --format=:: - Format of the resulting archive: 'tar', 'zip'... + Format of the resulting archive: 'tar', 'zip'... The default + is 'tar'. --list, -l:: Show all available formats.