Re: [PATCH 04/16] fetch: add missing documentation
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:09
Felipe Contreras [off-list ref] writes:
quoted hunk ↗ jump to hunk
There's no mention of the 'origin' default, or the fact that the upstream tracking branch remote is used. Signed-off-by: Felipe Contreras <redacted> --- Documentation/git-fetch.txt | 3 +++ 1 file changed, 3 insertions(+)diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index e08a028..7e75dc4 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 the default the `origin` remote will be used,
I recall there were typofix comments on this line.
+unless there's an upstream branch configured for the current branch.
Also there was a phrasing comment on this one, I think. Resending without rerolling is not very much appreciated.
+ OPTIONS ------- include::fetch-options.txt[]