mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-22 23:42:11 +01:00
rollback changes on branches overview
This commit is contained in:
@@ -123,8 +123,7 @@ public class BranchRootResource {
|
||||
public Response get(
|
||||
@PathParam("namespace") String namespace,
|
||||
@PathParam("name") String name,
|
||||
@PathParam("branch") String branchName,
|
||||
@QueryParam("fullInformation") @DefaultValue("false") boolean fullInformation
|
||||
@PathParam("branch") String branchName
|
||||
) throws IOException {
|
||||
NamespaceAndName namespaceAndName = new NamespaceAndName(namespace, name);
|
||||
try (RepositoryService repositoryService = serviceFactory.create(namespaceAndName)) {
|
||||
|
||||
Reference in New Issue
Block a user