summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.4.3.txt
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <johannes.schindelin@gmx.de>2010-06-12 11:36:51 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-06-13 09:16:38 -0700
commit678e484b7d4e6388edeec3470bbbcd206817c148 (patch)
tree27f426c9db30f349d54e56cb28ee91c37ef2a050 /Documentation/RelNotes-1.5.4.3.txt
parentUnify code paths of threaded greps (diff)
downloadtgif-678e484b7d4e6388edeec3470bbbcd206817c148.tar.xz
grep: Add the option '--open-files-in-pager'
This adds an option to open the matching files in the pager, and if the pager happens to be "less" (or "vi") and there is only one grep pattern, it also jumps to the first match right away. The short option was chose as '-O' to avoid clashes with GNU grep's options (as suggested by Junio). So, 'git grep -O abc' is a short form for 'less +/abc $(grep -l abc)' except that it works also with spaces in file names, and it does not start the pager if there was no matching file. [jn: rebased and added tests; with error handling fix from Junio squashed in] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.4.3.txt')
0 files changed, 0 insertions, 0 deletions