]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/fetch-options.txt
add: describe --patch like checkout, reset
[thirdparty/git.git] / Documentation / fetch-options.txt
index 5ce1e727458bfa5e73ad98c7a852bd7c0f034c6b..f37276e5add75583fd363af2cd0b7ba051771a97 100644 (file)
@@ -36,7 +36,7 @@ ifndef::git-pull[]
 
 -p::
 --prune::
-       After fetching, remove any remote tracking branches which
+       After fetching, remove any remote-tracking branches which
        no longer exist on the remote.
 endif::git-pull[]
 
@@ -64,6 +64,15 @@ ifndef::git-pull[]
        downloaded. The default behavior for a remote may be
        specified with the remote.<name>.tagopt setting. See
        linkgit:git-config[1].
+
+--[no-]recurse-submodules::
+       This option controls if new commits of all populated submodules should
+       be fetched too (see linkgit:git-config[1] and linkgit:gitmodules[5]).
+
+--submodule-prefix=<path>::
+       Prepend <path> to paths printed in informative messages
+       such as "Fetching submodule foo".  This option is used
+       internally when recursing over submodules.
 endif::git-pull[]
 
 -u::