Select the types of activity you want to include in your feed.
appview/repo: use `git.getEntry` output for blob size check
We can't trust `content-length` since blob might be gzipped. use `size`from `getEntry` output instead.Signed-off-by: Seongmin Lee <git@boltless.me>