git-archive: document --exec

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Michele Ballabio 2007-10-05 00:41:11 +02:00 committed by Shawn O. Pearce
parent a5d4101537
commit c005c6aa98

View File

@ -10,7 +10,8 @@ SYNOPSIS
-------- --------
[verse] [verse]
'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>] 'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
[--remote=<repo>] <tree-ish> [path...] [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
[path...]
DESCRIPTION DESCRIPTION
----------- -----------
@ -52,6 +53,10 @@ OPTIONS
Instead of making a tar archive from local repository, Instead of making a tar archive from local repository,
retrieve a tar archive from a remote repository. retrieve a tar archive from a remote repository.
--exec=<git-upload-archive>::
Used with --remote to specify the path to the
git-upload-archive executable on the remote side.
<tree-ish>:: <tree-ish>::
The tree or commit to produce an archive for. The tree or commit to produce an archive for.