From: Felipe Contreras Date: Sun, 8 Dec 2013 05:56:58 +0000 (-0600) Subject: fetch: add missing documentation X-Git-Tag: v1.9-rc0~67^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/379484b55155d65d9e721b48aca29f6f3d24d95e fetch: add missing documentation There's no mention of the 'origin' default, or the fact that the upstream tracking branch remote is used. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index e08a028946..a7b245d946 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -37,6 +37,9 @@ or from several repositories at once if is given and there is a remotes. entry in the configuration file. (See linkgit:git-config[1]). +When no remote is specified, by default the `origin` remote will be used, +unless there's an upstream branch configured for the current branch. + OPTIONS ------- include::fetch-options.txt[]