Without cloning the repository, Is it possible to get the following from command-line/git bash,
As far as i am aware the only way to do is to connect to server using ssh and running the git log on the server
ssh remote@host "cd repo && git log"
Fo windows u can use Putty