75 Commits (33028713206c3f59709617d8af5ba4212920a5f0)

Author SHA1 Message Date
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
Ævar Arnfjörð Bjarmason 07a3d41173 grep: remove regflags from the public grep_opt API 8 years ago
Brandon Williams 1c41c82bc4 grep: convert to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 94da9193a6 grep: add support for PCRE v2 8 years ago
Ævar Arnfjörð Bjarmason fb95e2e38d grep: un-break building with PCRE >= 8.32 without --enable-jit 8 years ago
Ævar Arnfjörð Bjarmason c30cf827a8 grep: un-break building with PCRE < 8.20 8 years ago
Ævar Arnfjörð Bjarmason e87de7cab4 grep: un-break building with PCRE < 8.32 8 years ago
Ævar Arnfjörð Bjarmason fbaceaac47 grep: add support for the PCRE v1 JIT API 8 years ago
Ævar Arnfjörð Bjarmason 6d4b5747f0 grep: change internal *pcre* variable & function names to be *pcre1* 8 years ago
Ævar Arnfjörð Bjarmason 3485bea157 grep: change the internal PCRE macro names to be PCRE1 8 years ago
Brandon Williams 4538eef564 grep: add submodules as a grep source type 8 years ago
Junio C Hamano 8465541e8c grep: further simplify setting the pattern type 9 years ago
Nguyễn Thái Ngọc Duy 9d9babb84d grep/pcre: prepare locale-dependent tables for icase matching 9 years ago
René Scharfe 79a77109d3 grep: add color.grep.matchcontext and color.grep.matchselected 10 years ago
Jeff King 335ec3bf41 grep: allow to use textconv filters 12 years ago
Antoine Pelisse 3ce3ffb840 fix clang -Wtautological-compare with unsigned enum 12 years ago
Nguyễn Thái Ngọc Duy 55c61688ea grep: stop looking at random places for .gitattributes 12 years ago
Junio C Hamano c5c31d3381 grep: move pattern-type bits support to top-level grep.[ch] 12 years ago
Junio C Hamano 7687a0541e grep: move the configuration parsing logic to grep.[ch] 12 years ago
Junio C Hamano baa6378ff2 log --grep-reflog: reject the option without -g 12 years ago
Nguyễn Thái Ngọc Duy 72fd13f71c revision: add --grep-reflog to filter commits by reflog messages 12 years ago
Nguyễn Thái Ngọc Duy ad4813b3c2 grep: prepare for new header field filter 12 years ago
Junio C Hamano 07a7d656dd grep.c: mark private file-scope symbols as static 12 years ago
Junio C Hamano 17bf35a3c7 grep: teach --debug option to dump the parse tree 12 years ago
J Smith 84befcd0a4 grep: add a grep.patternType configuration setting 13 years ago
René Scharfe 526a858a99 grep: support newline separated pattern list 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
Fredrik Kuivinen 9eceddeec6 Use kwset in grep 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
Michał Kiedrowicz 63e7e9d8b6 git-grep: Learn PCRE 14 years ago
Junio C Hamano 5aaeb733f5 log --author: take union of multiple "author" requests 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
René Scharfe ed40a0951c grep: support NUL chars in search strings for -F 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
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 bbc09c22b9 grep: rip out support for external grep 15 years ago
Brian Collins 5183bf6727 grep: Allow case insensitive search of fixed-strings 15 years ago
Clemens Buchacher 493b7a08d8 grep: accept relative paths outside current working directory 16 years ago
Michał Kiedrowicz a91f453f64 grep: Add --max-depth option. 16 years ago
René Scharfe 60ecac98ed grep -p: support user defined regular expressions 16 years ago