Files
git/Documentation
Joe Ratterman b22520a37c grep: allow -E and -n to be turned on by default via configuration
Add two configration variables grep.extendedRegexp and grep.lineNumbers to
allow the user to skip typing -E and -n on the command line, respectively.

Scripts that are meant to be used by random users and/or in random
repositories now have use -G and/or --no-line-number options as
appropriately to override the settings in the repository or user's
~/.gitconfig settings. Just because the script didn't say "git grep -n" no
longer guarantees that the output from the command will not have line
numbers.

Signed-off-by: Joe Ratterman <jratt0@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-03-30 13:17:07 -07:00
..
2011-03-26 20:13:15 -07:00
2011-03-22 14:56:13 -07:00
2011-03-11 10:59:16 -05:00
2011-03-11 10:59:16 -05:00
2011-03-11 10:59:16 -05:00
2011-03-28 14:17:17 -07:00
2010-07-05 13:39:02 -07:00
2011-02-03 13:22:58 -08:00
2010-11-24 15:13:58 -08:00
2011-02-21 22:58:02 -08:00
2010-07-20 16:59:17 -07:00