From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:55
Joe Ratterman [off-list ref] writes:
With regard to disabling the line numbering, GNU grep supports both -n
and --line-number. Adding the latter option to git grep allows for
the long form --no-line-number.
Yes, that is something we would probably want regardless of your patch we
are discussing in this thread, if only for helping people who are used to
the GNU way.