]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config/clone.txt
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / Documentation / config / clone.txt
index 47de36a5fedfbe8b4e0f76efcf65b59534063435..7bcfbd18a52a7a2ddfada41a245bb80d882a1bce 100644 (file)
@@ -2,3 +2,7 @@ clone.defaultRemoteName::
        The name of the remote to create when cloning a repository.  Defaults to
        `origin`, and can be overridden by passing the `--origin` command-line
        option to linkgit:git-clone[1].
+
+clone.rejectShallow::
+       Reject to clone a repository if it is a shallow one, can be overridden by
+       passing option `--reject-shallow` in command line. See linkgit:git-clone[1]