added todo

This commit is contained in:
Sebastian Sdorra
2013-05-17 17:23:59 +02:00
parent f49c233fca
commit 596a3cf198

View File

@@ -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();