There are many git repositories on my gitlab server, and I want to statistics their commit information. I have to clone every repository and run git log command within the directory. Its very slow and might damage my hard disks if the operations were frequently. So, if there was a way to get commit information online without clone the huge repositories?
I has not found a git command without a local repository and googled nothing for it
gitalone, but gitlab has an API you can access. Check the documentation: docs.gitlab.com/ee/api/rest