]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/grep-commandline-vs-configuration' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 18:55:29 +0000 (11:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 18:55:29 +0000 (11:55 -0700)
commit7b163e918772736b69252053913ba5ccc24adb4d
tree0352673d01121d6578ffd25b2a15f7b438b2d707
parentcee6c5b47bfa5d20fdf504fd61d200c0ee5eb777
parent8465541e8ce8eaf16e66ab847086779768c18f2d
Merge branch 'jc/grep-commandline-vs-configuration' into maint

"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