| Index: sdk/lib/_internal/pub/lib/src/source/git.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/source/git.dart b/sdk/lib/_internal/pub/lib/src/source/git.dart
|
| index 9f4c38c32c9ffb9be0ebeb9c62528107feb7e0fc..1aa670df8731276acce4b16ce18086e3be5dc363 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/source/git.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/source/git.dart
|
| @@ -19,6 +19,7 @@ import 'cached.dart';
|
| /// A package source that gets packages from Git repos.
|
| class GitSource extends CachedSource {
|
| final name = "git";
|
| + final hasMultipleVersions = false;
|
|
|
| /// The paths to the canonical clones of repositories for which "git fetch"
|
| /// has already been run during this run of pub.
|
|
|