#!/bin/sh
set -eu

{ git ls-files | grep "$@"; git grep --files-with-matches "$@"; } | sort -u
