You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testcontainers-advanced-imagebuilder/src/main/java/software/xdev/testcontainers/imagebuilder/jgit/ignore/internal/NameMatcher.java
Copy file name to clipboardExpand all lines: testcontainers-advanced-imagebuilder/src/main/java/software/xdev/testcontainers/imagebuilder/jgit/ignore/internal/PathMatcher.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,7 @@ public boolean matches(final String segment, final int startIncl, final int endE
Copy file name to clipboardExpand all lines: testcontainers-advanced-imagebuilder/src/main/java/software/xdev/testcontainers/imagebuilder/jgit/ignore/internal/Strings.java
+23-44Lines changed: 23 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ public static List<String> split(final String pattern, final char slash)
142
142
thrownewIllegalStateException(
143
143
"Pattern must have at least two segments: " + pattern);
Copy file name to clipboardExpand all lines: testcontainers-advanced-imagebuilder/src/main/java/software/xdev/testcontainers/imagebuilder/transfer/DefaultTransferFilesCreator.java
0 commit comments