Age | Commit message (Expand) | Author | Files | Lines |
2018-08-02 | Merge branch 'tb/grep-only-matching' | Junio C Hamano | 1 | -33/+58 |
2018-07-18 | Merge branch 'tb/grep-column' | Junio C Hamano | 1 | -29/+103 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-07-09 | grep.c: teach 'git grep --only-matching' | Taylor Blau | 1 | -16/+35 |
2018-07-03 | grep.c: extract show_line_header() | Taylor Blau | 1 | -19/+25 |
2018-06-25 | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 1 | -57/+52 |
2018-06-22 | grep.c: add configuration variables to show matched option | Taylor Blau | 1 | -0/+6 |
2018-06-22 | grep.c: display column number of first match | Taylor Blau | 1 | -5/+28 |
2018-06-22 | grep.[ch]: extend grep_opt to allow showing matched column | Taylor Blau | 1 | -10/+37 |
2018-06-22 | grep.c: expose {,inverted} match column in match_line() | Taylor Blau | 1 | -19/+39 |
2018-05-30 | Merge branch 'ma/regex-no-regfree-after-comp-fail' | Junio C Hamano | 1 | -2/+0 |
2018-05-29 | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-05-29 | grep: keep all colors in an array | Nguyễn Thái Ngọc Duy | 1 | -57/+49 |
2018-05-21 | regex: do not call `regfree()` if compilation fails | Martin Ågren | 1 | -2/+0 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -8/+8 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-02-13 | color.h: document and modernize header | Stefan Beller | 1 | -0/+5 |
2017-12-13 | Merge branch 'ab/pcre2-grep' | Junio C Hamano | 1 | -0/+26 |
2017-11-24 | grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT) | Ævar Arnfjörð Bjarmason | 1 | -0/+26 |
2017-11-21 | grep: show non-empty lines before functions with -W | René Scharfe | 1 | -4/+23 |
2017-11-21 | grep: update boundary variable for pre-context | René Scharfe | 1 | -6/+8 |
2017-11-15 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -1/+1 |
2017-11-13 | grep: fix NO_LIBPCRE1_JIT to fully disable JIT | Charles Bailey | 1 | -1/+1 |
2017-08-23 | Merge branch 'as/grep-quiet-no-match-exit-code-fix' | Junio C Hamano | 1 | -1/+1 |
2017-08-17 | git-grep: correct exit code with --quiet and -L | Anthony Sottile | 1 | -1/+1 |
2017-08-02 | grep: recurse in-process using 'struct repository' | Brandon Williams | 1 | -13/+0 |
2017-06-30 | grep: remove redundant REG_NEWLINE when compiling fixed regex | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-06-30 | grep: remove regflags from the public grep_opt API | Ævar Arnfjörð Bjarmason | 1 | -9/+34 |
2017-06-30 | grep: remove redundant and verbose re-assignments to 0 | Ævar Arnfjörð Bjarmason | 1 | -11/+0 |
2017-06-30 | grep: remove redundant "fixed" field re-assignment to 0 | Ævar Arnfjörð Bjarmason | 1 | -2/+0 |
2017-06-30 | grep: adjust a redundant grep pattern type assignment | Ævar Arnfjörð Bjarmason | 1 | -4/+1 |
2017-06-30 | grep: remove redundant double assignment to 0 | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -8/+4 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-24 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -1/+1 |
2017-06-21 | grep: fix erroneously copy/pasted variable in check/assert pattern | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -10/+9 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -6/+3 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-02 | diff: convert fill_filespec to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | grep: convert to struct object_id | Brandon Williams | 1 | -9/+8 |
2017-06-02 | grep: add support for PCRE v2 | Ævar Arnfjörð Bjarmason | 1 | -0/+145 |
2017-05-26 | grep: un-break building with PCRE < 8.32 | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2017-05-26 | grep: add support for the PCRE v1 JIT API | Ævar Arnfjörð Bjarmason | 1 | -4/+36 |
2017-05-26 | grep: move is_fixed() earlier to avoid forward declaration | Ævar Arnfjörð Bjarmason | 1 | -12/+12 |
2017-05-26 | grep: change internal *pcre* variable & function names to be *pcre1* | Ævar Arnfjörð Bjarmason | 1 | -26/+26 |
2017-05-26 | grep: change the internal PCRE macro names to be PCRE1 | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2017-05-26 | grep: factor test for \0 in grep patterns into a function | Ævar Arnfjörð Bjarmason | 1 | -7/+15 |