summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-12-08 05:56:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-12-09 21:24:33 (GMT)
commit379484b55155d65d9e721b48aca29f6f3d24d95e (patch)
treeb23319022ff61f98e559a6db5e281b2af604a147 /Documentation
parent70eabce801b1df4f6870bc205508d564effcd39b (diff)
downloadgit-379484b55155d65d9e721b48aca29f6f3d24d95e.zip
git-379484b55155d65d9e721b48aca29f6f3d24d95e.tar.gz
git-379484b55155d65d9e721b48aca29f6f3d24d95e.tar.bz2
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 <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 e08a028..a7b245d 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[]