refactor git repository matching for accepting optional .git suffix

This commit is contained in:
Oliver Milke
2017-05-19 17:27:48 +02:00
parent 80fe417206
commit 9b932a325e
3 changed files with 63 additions and 14 deletions

View File

@@ -82,7 +82,10 @@ public class GitRepositoryHandler
/** Field description */
public static final String TYPE_NAME = "git";
public static final String DOT_GIT = ".git";
private static final Logger logger = LoggerFactory.getLogger(GitRepositoryHandler.class);
/** Field description */