I'm finding something like this git log --remote --full-depth <url>
or some variations, or approaches from bash / python to get full history of the repository without git clone
I want to get full history of the repository's commits to calculate some metrics using this data.
The question a partly similar to this question, but I want to get full history.