Select the types of activity you want to include in your feed.
precommit: Tidy code with idiomatic patterns
- Use pattern match for gitdir parsing instead of String.sub - Use List.filter_map instead of filter + map - Simplify empty string check (s <> "" vs String.length)