We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc050a commit 6352d44Copy full SHA for 6352d44
src/main/java/pl/project13/core/util/GitDirLocator.java
@@ -74,7 +74,7 @@ public File lookupGitDirectory(@Nonnull File manuallyConfiguredDir) throws GitCo
74
".git directory is not found! Please specify a valid [dotGitDirectory] in your"
75
+ " project");
76
}
77
- // assert dotGitDirectory != null
+ // dotGitDirectory can be null here, when shouldFailOnNoGitDirectory == true
78
if (useNativeGit) {
79
// Check if the resolved directory structure looks like it is a submodule
80
// path like `your-project/.git/modules/remote-module`.
0 commit comments