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