git-fetch-pack uses URLs like git-fetch
commit70cce99441eac7ae35aa51586e71dd516ba0dc2e
authorTorsten Bögershausen <tboegi@web.de>
Fri, 8 Nov 2013 17:54:05 +0000 (8 18:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Nov 2013 20:18:05 +0000 (11 12:18 -0800)
tree6d93fc129ff14d06909d81f5999587b03784b9b5
parentd7d2c87955f7700289c5b516f12579a5be4b879d
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 <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fetch-pack.txt