Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint
commit75b1b04c63e3dfa02fd71caa95c17ed2c3b43050
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:47:49 +0000 (25 11:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:47:49 +0000 (25 11:47 -0700)
tree75b33ebe54fbe3ce500a8eaaa1c87eec193010d2
parent94c734a60726c78048e0a7b136df88f1c9dc1d60
parentf7febbea07cf6d65f85b0cdb6684d2e3666c557e
Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint

"git grep -O" to show the lines that hit in the pager did not work
well with case insensitive search.  We now spawn "less" with its
"-I" option when it is used as the pager (which is the default).

* sk/spawn-less-case-insensitively-from-grep-O-i:
  git grep -O -i: if the pager is 'less', pass the '-I' option
builtin/grep.c