mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Store repository id in native config file
Hooks can read this repository type dependant config file and handle the changes for the correct repository id
This commit is contained in:
@@ -127,7 +127,15 @@ public class AbstractRemoteCommandTestBase
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}, null);
|
||||
}, new Provider<GitRepositoryHandler>()
|
||||
{
|
||||
|
||||
@Override
|
||||
public GitRepositoryHandler get()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
});
|
||||
Transport.register(proto);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user