summaryrefslogtreecommitdiffstats
path: root/git-fetch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-13 22:40:23 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-13 22:40:23 +0000
commit3eee587deb7202dfb9c7d5b4ac93e45742ce6f69 (patch)
treef57ff962e076a72801eaeb150ef532f9e5a26d7b /git-fetch.txt
parentf7e049c44fd38d9314f2c3a4a43c936ee5415036 (diff)
downloadgit-htmldocs-3eee587deb7202dfb9c7d5b4ac93e45742ce6f69.tar.gz
Autogenerated HTML docs for v1.7.5-rc2
Diffstat (limited to 'git-fetch.txt')
-rw-r--r--git-fetch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-fetch.txt b/git-fetch.txt
index 67d221467..60ac8d26e 100644
--- a/git-fetch.txt
+++ b/git-fetch.txt
@@ -34,7 +34,7 @@ pointed by remote tags that it does not yet have, then fetch
those missing tags. If the other end has tags that point at
branches you are not interested in, you will not get them.
-'git fetch' can fetch from either a single named repository, or
+'git fetch' can fetch from either a single named repository,
or from several repositories at once if <group> is given and
there is a remotes.<group> entry in the configuration file.
(See linkgit:git-config[1]).