From: Junio C Hamano Date: Wed, 25 Jun 2014 18:47:49 +0000 (-0700) Subject: Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maint X-Git-Tag: v2.0.1~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/75b1b04c63e3dfa02fd71caa95c17ed2c3b43050 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 --- 75b1b04c63e3dfa02fd71caa95c17ed2c3b43050