While: git clone ssh://git.freedesktop.org/git/libreoffice/contrib/dev-tools dev-tools-ssh shows the same current state that can be seen on the webpage, a repo clone via anonymous http: git clone http://anongit.freedesktop.org/git/libreoffice/contrib/dev-tools.git/ dev-tools-http is more than 100 commits outdated. While this does not seem to affect the libreoffice/core repo, others might be affected too.
It's almost always better to use the git:// protocol, http: is horribly inefficient meaning we have to re-download the whole pack. Of course that doesn't mean it will fix things but ... git://anongit.freedesktop.org/libreoffice/core Apparently we need a post-update hook that calls git update-server-info too ...
wrt git-protocol: uhm, true -- I just took the first url that contained 'anon' and crossed my eye. Should be fixed now with: http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/
I've fixed the hooks now, so the HTTP info will be updated on next push to each of those repos.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.