diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-01 16:21:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-01 16:21:46 +0900 |
| commit | 6913b9224a1f296e8be3abdb6f1bc6277ffda292 (patch) | |
| tree | 4492c4567c5fe3e993e867d9f39ac0289413d440 /internal/rosa/git.go | |
| parent | 9584958eccc9290ec1f0602d0a7671ebee25a0a0 (diff) | |
internal/rosa/git: recursively clone submodules
There is generally no reason to disable this, so it was not made optional.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/git.go')
| -rw-r--r-- | internal/rosa/git.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/git.go b/internal/rosa/git.go index abf74c95..142cd341 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -98,6 +98,7 @@ git \ -c advice.detachedHead=false \ clone \ --revision=`+rev+` \ + --recurse-submodules \ `+url+` \ /work rm -rf /work/.git |
