In the module description was written

It can retrieve commit information by parsing commit logs

As I understand module executes shell commands to get logs of bare Git repository.
But repository must be physically on the same machine as Drupal installation. Am I right?
And the question is: Can Versioncontrol API -- Git backend work with commit logs of remote git repository?

thanks

Comments

marvil07’s picture

Category: task » support
Status: Active » Fixed

Yes, for now using the reposync plugin provided by this module, we are requiring local repositories, but in theory we could have one plugin that do it remotely, but it's trickier(i.e. following all remote branches and not only the one HEAD points to).

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

enter