X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone-pack.txt;h=0dc89a907286c47cd00fa50535ec2a2e1c9dfc65;hb=cdacb6208fdb6779b21350644d61bd90e63db3d5;hp=81c86e2679e863d0f2998613593f3855bcdbbc60;hpb=6ec311da34cbbc8a571bf889b6ef00c4efb441b5;p=git.git diff --git a/Documentation/git-clone-pack.txt b/Documentation/git-clone-pack.txt index 81c86e26..0dc89a90 100644 --- a/Documentation/git-clone-pack.txt +++ b/Documentation/git-clone-pack.txt @@ -9,7 +9,7 @@ git-clone-pack - Clones a repository by receiving packed objects. SYNOPSIS -------- -'git-clone-pack' [-q] [--exec=] [:] [...] +'git-clone-pack' [-q] [--exec=] [:] [...] DESCRIPTION ----------- @@ -36,10 +36,15 @@ OPTIONS shells by having a lean .bashrc file (they set most of the things up in .bash_profile). -[:]:: + A remote host that houses the repository. When this + part is specified, 'git-upload-pack' is invoked via + ssh. -...:: +:: + The repository to sync from. + +...:: The heads to update. This is relative to $GIT_DIR (e.g. "HEAD", "refs/heads/master"). When unspecified, all heads are updated to match the remote repository.