mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 05:55:44 +01:00
added todo
This commit is contained in:
@@ -85,6 +85,9 @@ public class GitPushCommand extends AbstractGitCommand implements PushCommand
|
||||
throws IOException, RepositoryException
|
||||
{
|
||||
PushResponse response = null;
|
||||
|
||||
// TODO call hooks, but how?
|
||||
|
||||
File remoteRepository = handler.getDirectory(request.getRemoteRepository());
|
||||
org.eclipse.jgit.api.PushCommand push = Git.wrap(open()).push();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user