I have multiple git repos that I'd like to be able to get info from without having to have a local copy of each one. Space is the main issue.
The repos are on a provider's server or else I would just run the php script local to the server. I'd like to be able to grab the commit history for each repo without having to have a clone of each repo and without having to run a pull or fetch each time.
Is this even possible?