On Wed, Nov 26, 2014 at 03:10:33PM -0600, Woody Gilk wrote:
git diff --name-only
git grep --files-with-matches
I think --files-with-matches should be deprecated and replaced with
--name-only for consistency.
git grep supports both: --name-only for consistency with other git
commands, and --files-with-matches for consistency with grep(1).
So I don't think anything needs to change. All we need to do is to
teach grep(1) the --name-only option, and the cycle will be complete.
[I can never remember grep's version of the option...] :-D
--
Scott Schmit