Documentation / git-upload-archive.txton commit complete: zsh: trivial simplification (1ca6d4b)
   1git-upload-archive(1)
   2====================
   3
   4NAME
   5----
   6git-upload-archive - Send archive back to git-archive
   7
   8
   9SYNOPSIS
  10--------
  11[verse]
  12'git upload-archive' <directory>
  13
  14DESCRIPTION
  15-----------
  16Invoked by 'git archive --remote' and sends a generated archive to the
  17other end over the Git protocol.
  18
  19This command is usually not invoked directly by the end user.  The UI
  20for the protocol is on the 'git archive' side, and the program pair
  21is meant to be used to get an archive from a remote repository.
  22
  23OPTIONS
  24-------
  25<directory>::
  26        The repository to get a tar archive from.
  27
  28GIT
  29---
  30Part of the linkgit:git[1] suite