Skip to content

Commit 70cce99

Browse files
tboegigitster
authored andcommitted
git-fetch-pack uses URLs like git-fetch
"git fetch-pack" allows [<host>:]<directory> to point out the source repository. Use the term <repository>, which is already used in "git fetch" or "git pull" to describe URLs supported by Git. Signed-off-by: Torsten Bögershausen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d7d2c87 commit 70cce99

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
-----------
@@ -93,19 +93,18 @@ be in a separate packet, and the list must end with a flush packet.
9393
-v::
9494
Run verbosely.
9595

96-
<host>::
97-
A remote host that houses the repository. When this
98-
part is specified, 'git-upload-pack' is invoked via
99-
ssh.
100-
101-
<directory>::
102-
The repository to sync from.
96+
<repository>::
97+
The URL to the remote repository.
10398

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

104+
SEE ALSO
105+
--------
106+
linkgit:git-fetch[1]
107+
109108
GIT
110109
---
111110
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)