diff options
| author | mail_redacted_for_web | 2024-07-14 10:52:12 +0200 | 
|---|---|---|
| committer | mail_redacted_for_web | 2024-07-14 10:52:12 +0200 | 
| commit | 5155ed2eefa29fc2d660823f8609e0c7dcc85113 (patch) | |
| tree | 72e396df8918a9d4f0a57c50fcf6112b99af04b7 | |
| parent | 717e60be83f2cf22808bc75ba37459e888a39513 (diff) | |
| download | dotfiles-5155ed2eefa29fc2d660823f8609e0c7dcc85113.tar.bz2 | |
reintroducing main submodule shllow/sparse config
| -rw-r--r-- | .gitmodules | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.gitmodules b/.gitmodules index 9a9d797..cc25b24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,5 @@  [submodule "git-prompt"]  	path = git-prompt  	url = https://github.com/git/git.git +	shallow = true +	sparsecheckout = true | 
