Change InvalidGitRepository message

This commit is contained in:
Winston Li 2016-12-22 13:40:12 +00:00
parent 6d563ed40e
commit 9c63f06d4e
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ public class InvalidGitRepository extends GitUserException {
@Override
public List<String> getDescriptionLines() {
return Arrays.asList(
"Your Git repository is invalid.",
"Your Git repository contains a reference we cannot resolve.",
"If your project contains a Git submodule,",
"please remove it and try again."
);

View file

@ -628,7 +628,7 @@ public class WLGitBridgeIntegrationTest {
}
private static final List<String> EXPECTED_OUT_PUSH_SUBMODULE = Arrays.asList(
"remote: hint: Your Git repository is invalid.",
"remote: hint: Your Git repository contains a reference we cannot resolve.",
"remote: hint: If your project contains a Git submodule,",
"remote: hint: please remove it and try again.",
"To http://127.0.0.1:33875/testproj.git",