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 still takes sometime before I am able to clone it.
I am looking for something like this,
git remote-log .
I have also looked in to git -ls-remote, which only provides the SHA and the Heads/tags. I am interested in getting the last 2 commit title, commit user and commit SHA?
Anyone know how to do that?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…