72 Commits (5e8617f560968567c285bc2e9b0674f8f9d535cb)

Author SHA1 Message Date
Fredrik Kuivinen 9eceddeec6 Use kwset in grep 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
René Scharfe ba8ea7496f grep: add option to show whole function as context 14 years ago
René Scharfe 1d84f72ef1 grep: add --heading 14 years ago
René Scharfe a8f0e7649e grep: add --break 14 years ago
René Scharfe 08303c3636 grep: fix coloring of hunk marks between files 14 years ago
Michał Kiedrowicz 63e7e9d8b6 git-grep: Learn PCRE 14 years ago
Michał Kiedrowicz a30c148aa7 grep: Extract compile_regexp_failed() from compile_regexp() 14 years ago
Michał Kiedrowicz 8997da3820 grep: Fix a typo in a comment 14 years ago
Michał Kiedrowicz 97e7778422 grep: Put calls to fixmatch() and regmatch() into patmatch() 14 years ago
Junio C Hamano 5aaeb733f5 log --author: take union of multiple "author" requests 15 years ago
Junio C Hamano 95ce9ce296 grep: move logic to compile header pattern into a separate helper 15 years ago
René Scharfe ed40a0951c grep: support NUL chars in search strings for -F 15 years ago
René Scharfe f96e56733a grep: use REG_STARTEND for all matching if available 15 years ago
René Scharfe 52d799a79f grep: continue case insensitive fixed string search after NUL chars 15 years ago
René Scharfe 1baddf4b37 grep: use memmem() for fixed string search 15 years ago
René Scharfe 321ffcc055 grep: --name-only over binary 15 years ago
René Scharfe c30c10cff1 grep: --count over binary 15 years ago
René Scharfe 64fcec78b5 grep: grep: refactor handling of binary mode options 15 years ago
René Scharfe 431d6e7bc8 grep: enable threading for context line printing 15 years ago
Mark Lodato 00588bb5cd grep: Colorize selected, context, and function lines 15 years ago
Mark Lodato 55f638bdc6 grep: Colorize filename, line number, and separator 15 years ago
René Scharfe 79286102ce grep: simplify assignment of ->fixed 15 years ago
Benjamin Kramer 24072c0256 grep: use REG_STARTEND (if available) to speed up regexec 15 years ago
Fredrik Kuivinen 5b594f457a Threaded grep 15 years ago
Junio C Hamano 80235ba79e "log --author=me --grep=it" should find intersection, not union 15 years ago
Junio C Hamano 885d211e71 grep: rip out pessimization to use fixmatch() 15 years ago
Junio C Hamano a26345b608 grep: optimize built-in grep by skipping lines that do not hit 15 years ago
Brian Collins 5183bf6727 grep: Allow case insensitive search of fixed-strings 15 years ago
René Scharfe ed24e401e0 grep: simplify -p output 16 years ago
René Scharfe 60ecac98ed grep -p: support user defined regular expressions 16 years ago
René Scharfe 2944e4e614 grep: add option -p/--show-function 16 years ago
René Scharfe 49de321698 grep: handle pre context lines on demand 16 years ago
René Scharfe 046802d015 grep: print context hunk marks between files 16 years ago
René Scharfe 5dd06d3879 grep: move context hunk mark handling into show_line() 16 years ago
René Scharfe 84201eae77 grep: fix empty word-regexp matches 16 years ago
René Scharfe 1f5b9cc40e grep: fix colouring of matches with zero length 16 years ago
René Scharfe dbb6a4ada6 grep: fix word-regexp at the beginning of lines 16 years ago
René Scharfe e701fadb9e grep: fix word-regexp colouring 16 years ago
Linus Torvalds c922b01f54 grep: fix segfault when "git grep '('" is given 16 years ago
Michele Ballabio ba150a3fdc git log: avoid segfault with --all-match 16 years ago
Junio C Hamano 747a322bcc grep: cast printf %.*s "precision" argument explicitly to int 16 years ago
René Scharfe 7e8f59d577 grep: color patterns in output 16 years ago
René Scharfe 79212772ce grep: add pmatch and eflags arguments to match_one_pattern() 16 years ago
René Scharfe d7eb527d73 grep: remove grep_opt argument from match_expr_eval() 16 years ago
René Scharfe 252d560d21 grep: micro-optimize hit collection for AND nodes 16 years ago
René Scharfe f9b7cce61c Add is_regex_special() 16 years ago
René Scharfe 8cc3299262 Change NUL char handling of isspecial() 16 years ago
René Scharfe c822255cfc grep: don't call regexec() for fixed strings 16 years ago
René Scharfe fb62eb7fab grep -w: forward to next possible position after rejected match 16 years ago