remote-hg: add bidirectional tests
[gitweb.git] / Documentation / fetch-options.txt
index d2870280c7d4f3931428084d7e0047b149054c90..b4d6476ac898db8ff99ab3639efce08050ef71c4 100644 (file)
@@ -10,7 +10,8 @@
 --depth=<depth>::
        Deepen the history of a 'shallow' repository created by
        `git clone` with `--depth=<depth>` option (see linkgit:git-clone[1])
-       by the specified number of commits.
+       to the specified number of commits from the tip of each remote
+       branch history. Tags for the deepened commits are not fetched.
 
 ifndef::git-pull[]
 --dry-run::
@@ -73,7 +74,8 @@ ifndef::git-pull[]
        'yes', which is the default when this option is used without any
        value. Use 'on-demand' to only recurse into a populated submodule
        when the superproject retrieves a commit that updates the submodule's
-       reference.
+       reference to a commit that isn't already in the local submodule
+       clone.
 
 --no-recurse-submodules::
        Disable recursive fetching of submodules (this has the same effect as