195 Commits (353d3d77f4fdd1582e3b60824deebca27c7b2790)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy bd7ad45b64 notes-cache.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy 4002e87cb2 grep: remove #ifdef NO_PTHREADS 6 years ago
Nguyễn Thái Ngọc Duy acd00ea049 userdiff.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 38bbc2ea39 grep.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 6afaf80785 diff.c: remove the_index dependency in textconv() functions 6 years ago
Taylor Blau 9d8db06eb4 grep.c: teach 'git grep --only-matching' 7 years ago
Taylor Blau c707ded332 grep.c: extract show_line_header() 7 years ago
Taylor Blau 6653fec3bb grep.c: add configuration variables to show matched option 7 years ago
Taylor Blau 89252cd069 grep.c: display column number of first match 7 years ago
Taylor Blau 017c0fcfdb grep.[ch]: extend grep_opt to allow showing matched column 7 years ago
Taylor Blau 68d686e6af grep.c: expose {,inverted} match column in match_line() 7 years ago
Nguyễn Thái Ngọc Duy 3ac68a93fd help: add --config to list all available config 7 years ago
Nguyễn Thái Ngọc Duy fa151dc54d grep: keep all colors in an array 7 years ago
Martin Ågren 17154b1576 regex: do not call `regfree()` if compilation fails 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
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() 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