git - Only fetch commit history? -



git - Only fetch commit history? -

is somehow possible fetch commit history remote repository? i've tried pass --bare alternative when cloning, seams download content well.

would possible utilize scp on ssh protocol?

i want able to

run git shortlog -se in end. work repos services github.

as far know, there no such alternative in git itself. using git protocols, should able retrieve commit objects, not trees or blobs. mean understanding how git works , using libgit2.

another, , easier, alternative utilize the github api, repo commits api. obviously, work repos hosted on github.

git ssh

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -