Message ID | pull.701.git.1597276320563.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 847b37271ed607d459fbe0f60a6dea937787390a |
Headers | show |
Series | fetch, pull doc: correct description of '--set-upstream' | expand |
"Philippe Blain via GitGitGadget" <gitgitgadget@gmail.com> writes: > --- a/Documentation/fetch-options.txt > +++ b/Documentation/fetch-options.txt > @@ -186,7 +186,7 @@ ifndef::git-pull[] > endif::git-pull[] > > --set-upstream:: > - If the remote is fetched successfully, pull and add upstream > + If the remote is fetched successfully, add upstream > (tracking) reference, used by argument-less Makes sense. Will queue. Thanks. > linkgit:git-pull[1] and other commands. For more information, > see `branch.<name>.merge` and `branch.<name>.remote` in > > base-commit: 7814e8a05a59c0cf5fb186661d1551c75d1299b5
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 6e2a160a47..ff70625694 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -186,7 +186,7 @@ ifndef::git-pull[] endif::git-pull[] --set-upstream:: - If the remote is fetched successfully, pull and add upstream + If the remote is fetched successfully, add upstream (tracking) reference, used by argument-less linkgit:git-pull[1] and other commands. For more information, see `branch.<name>.merge` and `branch.<name>.remote` in