]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-upload-tar.txt
Assorted typo fixes
[thirdparty/git.git] / Documentation / git-upload-tar.txt
CommitLineData
34925d35
JH
1git-upload-tar(1)
2=================
3
4NAME
5----
6git-upload-tar - Send tar archive
7
8
9SYNOPSIS
10--------
11'git-upload-tar' <directory>
12
13DESCRIPTION
14-----------
15Invoked by 'git-tar-tree --remote' and sends a generated tar archive
16to the other end over the git protocol.
17
18This command is usually not invoked directly by the end user.
19The UI for the protocol is on the 'git-tar-tree' side, and the
addf88e4 20program pair is meant to be used to get a tar archive from a
34925d35
JH
21remote repository.
22
23
24OPTIONS
25-------
26<directory>::
27 The repository to get a tar archive from.
28
29Author
30------
31Written by Junio C Hamano <junio@kernel.org>
32
33Documentation
34--------------
35Documentation by Junio C Hamano.
36
37GIT
38---
39Part of the gitlink:git[7] suite