]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/fetch-options.txt
Merge branch 'master' of github.com:alshopov/git-po into git-po-master
[thirdparty/git.git] / Documentation / fetch-options.txt
index 8f269d3baa01e0e696d207bff4feb55fe763d62a..43b9ff3bce218e986e9dabd57a0e7981ff59166a 100644 (file)
@@ -174,6 +174,13 @@ default fetches are performed sequentially, not in parallel.
        Disable recursive fetching of submodules (this has the same effect as
        using the `--recurse-submodules=no` option).
 
+--set-upstream::
+       If the remote is fetched successfully, pull and 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
+       linkgit:git-config[1].
+
 --submodule-prefix=<path>::
        Prepend <path> to paths printed in informative messages
        such as "Fetching submodule foo".  This option is used