Is it possible to get commit logs/messages of a remote git repo without git clone?
The git repo I am working with is huge, even if I run git clone with --depth=1 sti
I came across this problem. In my case, I had access .git file. I was able to extract information from it using following:
git --git-dir=path/to/your/xyz.git log