104 Commits (0bf5ce4ef27dd24461d7b7b8049058bf80301ddf)

Author SHA1 Message Date
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 13 years ago
Junio C Hamano 918d4e1c90 revisions: initialize revs->grep_filter using grep_init() 13 years ago
Junio C Hamano c5c31d3381 grep: move pattern-type bits support to top-level grep.[ch] 13 years ago
Junio C Hamano 7687a0541e grep: move the configuration parsing logic to grep.[ch] 13 years ago
Junio C Hamano baa6378ff2 log --grep-reflog: reject the option without -g 13 years ago
Nguyễn Thái Ngọc Duy 72fd13f71c revision: add --grep-reflog to filter commits by reflog messages 13 years ago
Nguyễn Thái Ngọc Duy ad4813b3c2 grep: prepare for new header field filter 13 years ago
Junio C Hamano 3083301ead grep.c: make two symbols really file-scope static this time 13 years ago
Junio C Hamano 07a7d656dd grep.c: mark private file-scope symbols as static 13 years ago
Junio C Hamano 13e4fc7e01 log --grep/--author: honor --all-match honored for multiple --grep patterns 13 years ago
Junio C Hamano 17bf35a3c7 grep: teach --debug option to dump the parse tree 13 years ago
René Scharfe 526a858a99 grep: support newline separated pattern list 13 years ago
René Scharfe 2b3873ff34 grep: factor out do_append_grep_pat() 13 years ago
René Scharfe fc45675110 grep: factor out create_grep_pat() 13 years ago
Angus Hammond 2385f24625 grep.c: remove redundant line of code 13 years ago
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