Documentation / git-upload-tar.txton commit Teach rev-list an option to read revs from the standard input. (42cabc3)
   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
  20program pair is meant to be used to get a tar archive from a
  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