diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index c15f58a..cc25b24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,4 +8,6 @@ branch = master [submodule "git-prompt"] path = git-prompt - url = ./git-prompt + url = https://github.com/git/git.git + shallow = true + sparsecheckout = true |