We're using gitblit for remote hosting of git repositories. After upgrading to stable, we're seeing odd entries in the feed that coincide with every git push we do to the gitblit repository. Example:
where given UPDATE <hash1> <hash2>, hash1 is the previous HEAD of the branch, and has2 is the new HEAD after the push.I assume this is related to diffusions reflog-handling changes (https://secure.phabricator.com/w/changelog/2016.25/#diffusion), causing it to pick up some type of internal tracking gitblit is doing.
The changelog linked above suggests running ./bin/repository mark-reachable rXYZ in some instances ... it didn't seem like that was the issue for us but I ran it anyway. It reported Examined 74,297 commits already in the correct state..
Is there any way to filter these feed stories, or disable this behavior altogether?