aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-archive.txt
diff options
context:
space:
mode:
authorMichele Ballabio <barra_cuda@katamail.com>2007-10-05 00:41:11 +0200
committerShawn O. Pearce <spearce@spearce.org>2007-10-15 21:10:54 -0400
commitc005c6aa980f5f51e00d1f6a80ae0f009d533627 (patch)
tree602a37122e9be96cbc767cbe52f3335f415736cf /Documentation/git-archive.txt
parenta5d410153736fc5320ad7322e25a6ccf56efcf10 (diff)
downloadgit-c005c6aa980f5f51e00d1f6a80ae0f009d533627.tar.gz
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>
Diffstat (limited to 'Documentation/git-archive.txt')
-rw-r--r--Documentation/git-archive.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index e1e2d60fef..7cd6526552 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -10,7 +10,8 @@ SYNOPSIS
--------
[verse]
'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
- [--remote=<repo>] <tree-ish> [path...]
+ [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
+ [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=<git-upload-archive>::
+ Used with --remote to specify the path to the
+ git-upload-archive executable on the remote side.
+
<tree-ish>::
The tree or commit to produce an archive for.