Select the types of activity you want to include in your feed.
gitindex: set filter for cat-file (#1026)
At Sourcegraph we do a sparse clone which excludes files based on max file size. However, cat-file will hydrate in missing objects. So we pass in the same filter to avoid hydrating in those files.