Merge branch 'jc/grep-commandline-vs-configuration'
commitb422d99658d1fde0a288c48225a9ae5789c7a270
authorJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2016 21:39:18 +0000 (4 14:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2016 21:39:18 +0000 (4 14:39 -0700)
tree6aeb3e2b14f1bbcca050161902a72c30ec355c13
parent1e9a4856fb263ad8227456f9ec6b78804afe7cee
parent8465541e8ce8eaf16e66ab847086779768c18f2d
Merge branch 'jc/grep-commandline-vs-configuration'

"git -c grep.patternType=extended log --basic-regexp" misbehaved
because the internal API to access the grep machinery was not
designed well.

* jc/grep-commandline-vs-configuration:
  grep: further simplify setting the pattern type
grep.c
grep.h
revision.c
t/t4202-log.sh