Skip to content

Commit e8fcf70

Browse files
committed
Merge branch 'tb/doc-fetch-pack-url' into maint
* tb/doc-fetch-pack-url: git-fetch-pack uses URLs like git-fetch
2 parents a4a227a + 70cce99 commit e8fcf70

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Documentation/git-fetch-pack.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SYNOPSIS
1212
'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
1313
[--upload-pack=<git-upload-pack>]
1414
[--depth=<n>] [--no-progress]
15-
[-v] [<host>:]<directory> [<refs>...]
15+
[-v] <repository> [<refs>...]
1616

1717
DESCRIPTION
1818
-----------
@@ -97,19 +97,18 @@ be in a separate packet, and the list must end with a flush packet.
9797
-v::
9898
Run verbosely.
9999

100-
<host>::
101-
A remote host that houses the repository. When this
102-
part is specified, 'git-upload-pack' is invoked via
103-
ssh.
104-
105-
<directory>::
106-
The repository to sync from.
100+
<repository>::
101+
The URL to the remote repository.
107102

108103
<refs>...::
109104
The remote heads to update from. This is relative to
110105
$GIT_DIR (e.g. "HEAD", "refs/heads/master"). When
111106
unspecified, update from all heads the remote side has.
112107

108+
SEE ALSO
109+
--------
110+
linkgit:git-fetch[1]
111+
113112
GIT
114113
---
115114
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)