diff options
author | Sergei Organov <osv@javad.com> | 2007-11-13 21:17:47 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-14 01:59:22 -0800 |
commit | cb5c49b9afb5551659c6819aefaa8e4de26a4366 (patch) | |
tree | 49c62a69b505341a7e58072ab5a1f62bafe96909 /Documentation | |
parent | 065c5ac1688ca5cde826dc87d9791c2eedec7026 (diff) | |
download | git-cb5c49b9afb5551659c6819aefaa8e4de26a4366.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 61a6022ce8..c386dd0168 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]). |