From: Junio C Hamano Date: Mon, 4 Jun 2018 12:39:48 +0000 (+0900) Subject: Merge branch 'nd/remote-update-doc' X-Git-Tag: v2.18.0-rc1~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/643a9ea3e0d2937155bbce43e17bb132dc7166ff?hp=f635b8d17b673ffb96c0f10d11751500e1892b2a Merge branch 'nd/remote-update-doc' "git remote update" can take both a single remote nickname and a nickname for remote groups, but only one of them was documented. * nd/remote-update-doc: remote: doc typofix remote.txt: update documentation for 'update' command --- diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 595948da53..0cad37fb81 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -186,8 +186,8 @@ actually prune them. 'update':: -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, +Fetch updates for remotes or remote groups in the repository as defined by +remotes.. If neither group nor remote is specified on the command line, the configuration parameter remotes.default will be used; if remotes.default is not defined, all remotes which do not have the configuration parameter remote..skipDefaultUpdate set to true will