X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-archive.txt;h=d3eaa16af122b8f048d09ba6f7ba5a1932f59e80;hb=cfc4ba33e3cc95a30cb808eec1b54b52450c3bdf;hp=e1e2d60fef1b8fc85e30243f403bd11d80ca980b;hpb=39bd2eb56af89d43a08ba54699d9a1849ab57b39;p=git.git diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index e1e2d60fe..d3eaa16af 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. @@ -113,4 +118,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list