<fix>(*): 撤销了 commit ceff6ef102

This commit is contained in:
ZCShou 2020-07-30 13:59:12 +08:00
parent a41c7a7b1c
commit 9ea9d18a4d
9 changed files with 25 additions and 83 deletions

View file

@ -57,7 +57,7 @@ namespace SourceGit.Git {
if (errs != null) {
App.RaiseError(errs);
} else {
repo.Fetch(new Remote() { Name = name }, "--recurse-submodules=on-demand", true, null);
repo.Fetch(new Remote() { Name = name }, true, null);
}
}