85 Commits (9bdd868744401593baf7a872bd0986ab3b2e6acc)

Author SHA1 Message Date
Junio C Hamano 0f871cf56e grep: use static trans-case table 13 years ago
Michał Kiedrowicz fba4f1259d grep -P: Fix matching ^ and $ 13 years ago
Jeff King 08265798e1 grep: load file data after checking binary-ness 13 years ago
Jeff King 41b59bfcb1 grep: respect diff attributes for binary-ness 13 years ago
Jeff King 94ad9d9e07 grep: cache userdiff_driver in grep_source 13 years ago
Jeff King c876d6da88 grep: drop grep_buffer's "name" parameter 13 years ago
Jeff King e1327023ea grep: refactor the concept of "grep source" into an object 13 years ago
Jeff King b3aeb285d0 grep: move sha1-reading mutex into low-level code 13 years ago
Jeff King 78db6ea9dc grep: make locking flag global 13 years ago
Thomas Rast 0579f91dd7 grep: enable threading with -p and -W using lazy attribute lookup 13 years ago
Thomas Rast b8ffedca6f grep: load funcname patterns for -W 13 years ago
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