I have invoked a Git partial clone to clone a repository without any blobs:
git clone --filter=blob:none https://server/repo.git
Now I would like to experiment with this repository to see which operations are locally possible without Git dynamically fetching missing objects from the promisor remote. Is there some Git config option to disable dynamic fetching and instead let me run into "missing object" errors?