Git repositories polling overhaul
Currently polling is inefficient. Polling should:
- Use ref advertisement via Gitaly
SmartHTTPServiceClient
. - Don't fetch files or push updates if there was no changes.
Currently polling is inefficient. Polling should:
SmartHTTPServiceClient
.