summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSergei Organov <osv@javad.com>2007-11-13 18:17:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-14 09:59:22 (GMT)
commitcb5c49b9afb5551659c6819aefaa8e4de26a4366 (patch)
tree49c62a69b505341a7e58072ab5a1f62bafe96909 /Documentation
parent065c5ac1688ca5cde826dc87d9791c2eedec7026 (diff)
downloadgit-cb5c49b9afb5551659c6819aefaa8e4de26a4366.zip
git-cb5c49b9afb5551659c6819aefaa8e4de26a4366.tar.gz
git-cb5c49b9afb5551659c6819aefaa8e4de26a4366.tar.bz2
git-remote.txt: fix typo
Signed-off-by: Sergei Organov <osv@javad.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 61a6022..c386dd0 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -69,7 +69,7 @@ caution.
Fetch updates for a named set of remotes in the repository as defined by
remotes.<group>. If a named group is not specified on the command line,
the configuration parameter remotes.default will get used; if
-remotes.default is not defined, all remotes which do not the
+remotes.default is not defined, all remotes which do not have the
configuration parameter remote.<name>.skipDefaultUpdate set to true will
be updated. (See gitlink:git-config[1]).