K 10 svn:author V 6 emaste K 8 svn:date V 27 2017-10-07T20:18:20.969296Z K 7 svn:log V 419 MFC r323405: newvers.sh: speed up failing git-svn revision search In the case of running newvers.sh on a git tree w/o git-svn-id notes we previously piped the entire 'git log' to grep. Add --grep to the log invocation to avoid processing log entries of no interest. This saves about 2-3 seconds of newvers.sh run time on my SSD laptop. Later changes will bring further speedups. Sponsored by: The FreeBSD Foundation END