Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-remote.txt: fix typo
author
Sergei Organov
<osv@javad.com>
Tue, 13 Nov 2007 18:17:47 +0000
(21:17 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 14 Nov 2007 09:59:22 +0000
(
01:59
-0800)
Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
065c5ac
)
diff --git
a/Documentation/git-remote.txt
b/Documentation/git-remote.txt
index 61a6022ce8a0fc7aac8b1e9bd08587817ef0d69c..c386dd0168d893363cd00c65d90c78254d5a421f 100644
(file)
--- 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]).