abapGit icon indicating copy to clipboard operation
abapGit copied to clipboard

Support git protocol v2

Open larshp opened this issue 7 years ago • 1 comments

https://www.kernel.org/pub/software/scm/git/docs/technical/protocol-v2.html https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html https://git-scm.com/docs/protocol-v2 https://blog.github.com/changelog/2018-11-08-git-protocol-v2-support/

without blobs, https://stackoverflow.com/a/57896644

larshp avatar Dec 20 '18 10:12 larshp

this will help speed up reference discovery, note that abapGit currently has 2314 refs being transferred each time, as reference discovery is mandatory in git v1

larshp avatar Nov 23 '20 13:11 larshp