173 Commits (aa1c2b6804808b127620772fa959a6b4c8556d2a)

Author SHA1 Message Date
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Stefan Beller 75e5e9c3f7 color.h: document and modernize header 7 years ago
Ævar Arnfjörð Bjarmason a25b908504 grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT) 7 years ago
René Scharfe a5dc20b070 grep: show non-empty lines before functions with -W 7 years ago
René Scharfe 6653a01bf2 grep: update boundary variable for pre-context 7 years ago
Charles Bailey 2fff1e196d grep: fix NO_LIBPCRE1_JIT to fully disable JIT 7 years ago
Anthony Sottile e1f68c66d5 git-grep: correct exit code with --quiet and -L 8 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() 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 11 years ago
Andreas Schwab 6453f7b348 grep: add grep.fullName config variable 11 years ago