X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=7cd6526552155d3d120c886ed8ae78ae2d6be80d;hb=2729cadca22dce2b5bb994581c45a6a71daf7998;hp=e1e2d60fef1b8fc85e30243f403bd11d80ca980b;hpb=9269df96105dff5ecc137b598ac7664d218ac6be;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index e1e2d60fe..7cd652655 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -10,7 +10,8 @@ SYNOPSIS -------- [verse] 'git-archive' --format= [--list] [--prefix=/] [] - [--remote=] [path...] + [--remote= [--exec=]] + [path...] DESCRIPTION ----------- @@ -52,6 +53,10 @@ OPTIONS Instead of making a tar archive from local repository, retrieve a tar archive from a remote repository. +--exec=:: + Used with --remote to specify the path to the + git-upload-archive executable on the remote side. + :: The tree or commit to produce an archive for.