135 Commits (9424bf27079a1262e42a2330283f7ab6c805267a)

Author SHA1 Message Date
Johannes Schindelin b7d36ffca0 regex: use regexec_buf() 9 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Junio C Hamano 8465541e8c grep: further simplify setting the pattern type 9 years ago
Nguyễn Thái Ngọc Duy 695f95ba5d grep.c: reuse "icase" variable 9 years ago
Nguyễn Thái Ngọc Duy 18547aacf5 grep/pcre: support utf-8 9 years ago
Nguyễn Thái Ngọc Duy 9d9babb84d grep/pcre: prepare locale-dependent tables for icase matching 9 years ago
Nguyễn Thái Ngọc Duy e944d9d932 grep: rewrite an if/else condition to avoid duplicate expression 9 years ago
Nguyễn Thái Ngọc Duy 793dc676e0 grep/icase: avoid kwsset when -F is specified 9 years ago
Nguyễn Thái Ngọc Duy 5c1ebcca4d grep/icase: avoid kwsset on literal non-ascii strings 9 years ago
Nguyễn Thái Ngọc Duy 60452a30f5 grep: break down an "if" stmt in preparation for next changes 9 years ago
René Scharfe 4aa2c4753d grep: -W: don't extend context to trailing empty lines 9 years ago
Nguyễn Thái Ngọc Duy 7645d8f119 grep.c: use error_errno() 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King 7ce4fb948c color: add color_set helper for copying raw colors 10 years ago
Jeff King 19bdd3e7e1 grep: use xsnprintf to format failure message 10 years ago
Jeff King 8c53f0719b use xstrdup_or_null to replace ternary conditionals 10 years ago
René Scharfe 79a77109d3 grep: add color.grep.matchcontext and color.grep.matchselected 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
Andreas Schwab 6453f7b348 grep: add grep.fullName config variable 11 years ago
René Scharfe f76d947ae1 grep: support -h (no header) with --count 11 years ago
Sun He 50546b15ed Use hashcpy() when copying object names 11 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 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