git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 6fc677dd43374fa31b33d5e2e1e647305f05f8a6
parent 3ea13892c5716ec41933024cbf25c0cc0acef093
Author: Luís Ferreira <[email protected]>
Date:   Mon,  9 Aug 2021 22:30:40 +0100

git: add shallow clone to submodules config

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
M.gitmodules | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,4 @@ [submodule "static"] path = static url = https://github.com/ljmf00/lsferreira.net-static + shallow = true