Skip to content

feat: accept `bazel-git fetch --negotation-tip`

Matthew Clarkson requested to merge negotiation-tip into main

Currently does not use the tips.

go-git by default retrieves the last 100 commits to send as "haves" to the server. This provides some level of pack file reduction until full negotiation is implemented.

Merge request reports