From: Sergei Organov Date: Tue, 13 Nov 2007 18:17:47 +0000 (+0300) Subject: git-remote.txt: fix typo X-Git-Tag: v1.5.3.6~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cb5c49b9afb5551659c6819aefaa8e4de26a4366;p=git.git git-remote.txt: fix typo Signed-off-by: Sergei Organov Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 61a6022ce..c386dd016 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.. 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..skipDefaultUpdate set to true will be updated. (See gitlink:git-config[1]).