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
Comment #1
marvil07 commentedYes, 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).
Comment #2.0
(not verified) commentedenter