Determine if this repository is a shallow clone.
auto repo = initRepo(_userRepo, OpenBare.yes); scope(exit) rmdirRecurse(_userRepo); assert(!repo.isShallow);
See Implementation
Determine if this repository is a shallow clone.