@@ -19,7 +19,7 @@ public interface GitContext {
19
19
* @param repoUrl the git remote URL to clone from.
20
20
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
21
21
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
22
- * It is not the parent directory where git will by default create a sub-folder by default on clone but the *
22
+ * It is not the parent directory where git will by default create a sub-folder by default on clone but the
23
23
* final folder that will contain the ".git" subfolder.
24
24
* @throws CliOfflineException if offline and cloning is needed.
25
25
*/
@@ -30,7 +30,7 @@ public interface GitContext {
30
30
*
31
31
* @param repoUrl the git remote URL to clone from.
32
32
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
33
- * It is not the parent directory where git will by default create a sub-folder by default on clone but the *
33
+ * It is not the parent directory where git will by default create a sub-folder by default on clone but the
34
34
* final folder that will contain the ".git" subfolder.
35
35
* @throws CliOfflineException if offline and cloning is needed.
36
36
*/
@@ -44,7 +44,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository)
44
44
*
45
45
* @param repoUrl the git remote URL to clone from.
46
46
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
47
- * It is not the parent directory where git will by default create a sub-folder by default on clone but the *
47
+ * It is not the parent directory where git will by default create a sub-folder by default on clone but the
48
48
* final folder that will contain the ".git" subfolder.
49
49
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
50
50
* @throws CliOfflineException if offline and cloning is needed.
@@ -59,7 +59,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository,
59
59
*
60
60
* @param repoUrl the git remote URL to clone from.
61
61
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
62
- * It is not the parent directory where git will by default create a sub-folder by default on clone but the *
62
+ * It is not the parent directory where git will by default create a sub-folder by default on clone but the
63
63
* final folder that will contain the ".git" subfolder.
64
64
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
65
65
* @param remoteName the remote name e.g. origin.
@@ -72,7 +72,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository,
72
72
*
73
73
* @param gitRepoUrl the git remote URL to clone from.
74
74
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
75
- * It is not the parent directory where git will by default create a sub-folder by default on clone but the *
75
+ * It is not the parent directory where git will by default create a sub-folder by default on clone but the
76
76
* final folder that will contain the ".git" subfolder.
77
77
* @throws CliOfflineException if offline and cloning is needed.
78
78
*/
@@ -84,7 +84,7 @@ default void pullOrCloneAndResetIfNeeded(String repoUrl, Path targetRepository,
84
84
* @param gitRepoUrl the git remote URL to clone from.
85
85
* @param branch the explicit name of the branch to checkout e.g. "main" or {@code null} to use the default branch.
86
86
* @param targetRepository the {@link Path} to the target folder where the git repository should be cloned or pulled.
87
- * It is not the parent directory where git will by default create a sub-folder by default on clone but the *
87
+ * It is not the parent directory where git will by default create a sub-folder by default on clone but the
88
88
* final folder that will contain the ".git" subfolder.
89
89
* @throws CliOfflineException if offline and cloning is needed.
90
90
*/
0 commit comments