#!/bin/sh
git grep --files-with-matches --null "$@" | xargs --null --no-run-if-empty sh -c '"$EDITOR" "$@" < /dev/tty' "$EDITOR"
