mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 13:35:44 +01:00
refactor git repository matching for accepting optional .git suffix
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user