Skip to content

Commit b0ed217

Browse files
authored
Fix shallow clone missing commit.
Fix shallow clone missing commit.
1 parent b1bc293 commit b0ed217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ endif
346346

347347
$(srcdir)/%/.git:
348348
cd $(srcdir) && \
349+
flock `git rev-parse --git-dir`/config git fetch --all && \
349350
flock `git rev-parse --git-dir`/config git submodule init $(dir $@) && \
350351
flock `git rev-parse --git-dir`/config git submodule update --progress --depth 1 $(dir $@)
351352

0 commit comments

Comments
 (0)