summaryrefslogtreecommitdiff
path: root/Documentation/git-fetch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-12-17 19:46:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-12-17 19:46:32 (GMT)
commit4d1826d1d96a4284ef268c6febeaa9fabfa75e9e (patch)
treec19c924f1072120694cf8bb9283f1334e619d94d /Documentation/git-fetch.txt
parentaa13132d9068d77af0b1d8e2cfbf93cda4f09226 (diff)
parent0a54f709057729d0aa9f1e767e4f201834f14834 (diff)
downloadgit-4d1826d1d96a4284ef268c6febeaa9fabfa75e9e.zip
git-4d1826d1d96a4284ef268c6febeaa9fabfa75e9e.tar.gz
git-4d1826d1d96a4284ef268c6febeaa9fabfa75e9e.tar.bz2
Merge branch 'fc/trivial'
* fc/trivial: remote: fix status with branch...rebase=preserve fetch: add missing documentation t: trivial whitespace cleanups abspath: trivial style fix
Diffstat (limited to 'Documentation/git-fetch.txt')
-rw-r--r--Documentation/git-fetch.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt
index 1065713..5809aa4 100644
--- a/Documentation/git-fetch.txt
+++ b/Documentation/git-fetch.txt
@@ -37,6 +37,9 @@ or from several repositories at once if <group> is given and
there is a remotes.<group> 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[]