]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git.txt
git: --no-lazy-fetch option
[thirdparty/git.git] / Documentation / git.txt
index 2535a30194f978af900c0f84228680b3b8edf93a..95f451b22baa67b1c26f11a32f8ea636f7937281 100644 (file)
@@ -177,6 +177,11 @@ If you just want to run git as if it was started in `<path>` then use
        Do not use replacement refs to replace Git objects. See
        linkgit:git-replace[1] for more information.
 
+--no-lazy-fetch::
+       Do not fetch missing objects from the promisor remote on
+       demand.  Useful together with `git cat-file -e <object>` to
+       see if the object is locally available.
+
 --literal-pathspecs::
        Treat pathspecs literally (i.e. no globbing, no pathspec magic).
        This is equivalent to setting the `GIT_LITERAL_PATHSPECS` environment