165 Commits (d0e9983980a25e0c398cc03342e5ad22ef85b8a8)

Author SHA1 Message Date
Anthony Sottile e1f68c66d5 git-grep: correct exit code with --quiet and -L 7 years ago
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
Ævar Arnfjörð Bjarmason 1ceababc4c grep: remove redundant REG_NEWLINE when compiling fixed regex 8 years ago
Ævar Arnfjörð Bjarmason 07a3d41173 grep: remove regflags from the public grep_opt API 8 years ago
Ævar Arnfjörð Bjarmason b07ed4e532 grep: remove redundant and verbose re-assignments to 0 8 years ago
Ævar Arnfjörð Bjarmason 885ef80d39 grep: remove redundant "fixed" field re-assignment to 0 8 years ago
Ævar Arnfjörð Bjarmason c7e3855112 grep: adjust a redundant grep pattern type assignment 8 years ago
Ævar Arnfjörð Bjarmason e62ba43244 grep: remove redundant double assignment to 0 8 years ago
Ævar Arnfjörð Bjarmason 674ad936bb grep: fix erroneously copy/pasted variable in check/assert pattern 8 years ago
Ævar Arnfjörð Bjarmason 88ce3ef636 *.[ch] refactoring: make use of the FREE_AND_NULL() macro 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 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 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 543f1c0cb0 grep: move is_fixed() earlier to avoid forward declaration 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
Ævar Arnfjörð Bjarmason 219e65b65c grep: factor test for \0 in grep patterns into a function 8 years ago
Ævar Arnfjörð Bjarmason e0b9f8ae09 grep: remove redundant regflags assignments 8 years ago
Jeff King 1a168e5c86 convert unchecked snprintf into xsnprintf 8 years ago
Brandon Williams 379642bcd8 grep: set default output method 8 years ago
Brandon Williams 4538eef564 grep: add submodules as a grep source type 8 years ago
Johannes Schindelin b7d36ffca0 regex: use regexec_buf() 8 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 9 years ago
Jeff King 19bdd3e7e1 grep: use xsnprintf to format failure message 9 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 12 years ago
Junio C Hamano 918d4e1c90 revisions: initialize revs->grep_filter using grep_init() 12 years ago