| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'rs/grep-parser-fix' | Junio C Hamano | 2021-07-13 | 1 | -0/+9 |
|\ |
|
| * | grep: report missing left operand of --and | René Scharfe | 2021-06-30 | 1 | -0/+9 |
* | | t: annotate !PTHREADS tests with !FAIL_PREREQS | Jeff King | 2021-03-18 | 1 | -1/+2 |
* | | tests: remove most uses of C_LOCALE_OUTPUT | Ævar Arnfjörð Bjarmason | 2021-02-10 | 1 | -1/+1 |
* | | Merge branch 'ab/mailmap' | Junio C Hamano | 2021-01-25 | 1 | -15/+3 |
|\ \ |
|
| * | | tests: refactor a few tests to use "test_commit --append" | Ævar Arnfjörð Bjarmason | 2021-01-12 | 1 | -15/+3 |
* | | | t7[5-9]*: adjust the references to the default branch name "main" | Johannes Schindelin | 2020-11-19 | 1 | -15/+15 |
* | | | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 2020-11-19 | 1 | -0/+3 |
|/ / |
|
* | | grep: follow conventions for printing paths w/ unusual chars | Matheus Tavares | 2020-04-20 | 1 | -0/+47 |
* | | tests: add a special setup where prerequisites fail | Ævar Arnfjörð Bjarmason | 2019-05-14 | 1 | -3/+3 |
* | | t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match` | Johannes Schindelin | 2019-04-02 | 1 | -8/+8 |
|/ |
|
* | grep: add -r/--[no-]recursive | René Scharfe | 2018-10-03 | 1 | -0/+12 |
* | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 2018-08-27 | 1 | -22/+13 |
|\ |
|
| * | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 2018-08-21 | 1 | -20/+11 |
| * | tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>' | SZEDER Gábor | 2018-08-21 | 1 | -1/+1 |
| * | tests: use 'test_must_be_empty' instead of '! test -s' | SZEDER Gábor | 2018-08-21 | 1 | -1/+1 |
* | | Merge branch 'ab/test-must-be-empty-for-master' | Junio C Hamano | 2018-08-20 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 2018-07-30 | 1 | -2/+1 |
* | | Merge branch 'tb/grep-only-matching' | Junio C Hamano | 2018-08-02 | 1 | -0/+15 |
|\ \ |
|
| * | | grep.c: teach 'git grep --only-matching' | Taylor Blau | 2018-07-09 | 1 | -0/+15 |
| |/ |
|
* | | Merge branch 'es/test-fixes' | Junio C Hamano | 2018-08-02 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | t7810: use test_expect_code() instead of hand-rolled comparison | Eric Sunshine | 2018-07-16 | 1 | -4/+3 |
* | | builtin/grep.c: add '--column' option to 'git-grep(1)' | Taylor Blau | 2018-06-22 | 1 | -0/+95 |
|/ |
|
* | Merge branch 'ab/pcre2-grep' | Junio C Hamano | 2017-12-13 | 1 | -0/+6 |
|\ |
|
| * | grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)ab/pcre2-grep | Ævar Arnfjörð Bjarmason | 2017-11-24 | 1 | -0/+6 |
* | | grep: show non-empty lines before functions with -Wrs/include-comments-before-the-function-header | René Scharfe | 2017-11-21 | 1 | -1/+1 |
* | | t7810: improve check of -W with user-defined function lines | René Scharfe | 2017-11-21 | 1 | -10/+31 |
|/ |
|
* | Merge branch 'as/grep-quiet-no-match-exit-code-fix' | Junio C Hamano | 2017-08-23 | 1 | -0/+5 |
|\ |
|
| * | git-grep: correct exit code with --quiet and -Las/grep-quiet-no-match-exit-code-fix | Anthony Sottile | 2017-08-17 | 1 | -0/+5 |
* | | grep: given --threads with NO_PTHREADS=YesPlease, warn | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -0/+18 |
* | | grep: add tests for --threads=N and grep.threads | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+16 |
* | | grep: add a test for backreferences in PCRE patterns | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+7 |
* | | grep: add a test asserting that --perl-regexp dies when !PCRE | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+12 |
* | | test-lib: rename the LIBPCRE prerequisite to PCRE | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -14/+14 |
|/ |
|
* | grep: treat revs the same for --untracked as for --no-indexjk/grep-no-index-fix | Jeff King | 2017-02-14 | 1 | -1/+1 |
* | grep: do not diagnose misspelt revs with --no-index | Jeff King | 2017-02-14 | 1 | -0/+5 |
* | grep: avoid resolving revision names in --no-index case | Jeff King | 2017-02-14 | 1 | -0/+13 |
* | grep: fix "--" rev/pathspec disambiguation | Jeff King | 2017-02-14 | 1 | -0/+33 |
* | grep: do not unnecessarily query repo for "--" | Jonathan Tan | 2017-02-14 | 1 | -0/+15 |
* | Merge branch 'jk/grep-e-could-be-extended-beyond-posix' | Junio C Hamano | 2017-01-23 | 1 | -11/+15 |
|\ |
|
| * | t7810: avoid assumption about invalid regex syntaxjk/grep-e-could-be-extended-beyond-posix | Jeff King | 2017-01-11 | 1 | -11/+15 |
* | | Spelling fixesvs/typofix | Ville Skyttä | 2016-08-11 | 1 | -1/+1 |
* | | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 2016-07-13 | 1 | -1/+59 |
|\ \ |
|
| * | | grep: fix grepping for "intent to add" filesnd/ita-cleanup | Charles Bailey | 2016-07-01 | 1 | -0/+58 |
| * | | t7810-grep.sh: fix a whitespace inconsistency | Charles Bailey | 2016-07-01 | 1 | -1/+1 |
| * | | t7810-grep.sh: fix duplicated test name | Charles Bailey | 2016-07-01 | 1 | -1/+1 |
* | | | Merge branch 'cb/t7810-test-label-fix' | Junio C Hamano | 2016-07-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | t7810: fix duplicated test titlecb/t7810-test-label-fix | Charles Bailey | 2016-06-21 | 1 | -1/+1 |
* | | | | Merge branch 'rs/xdiff-hunk-with-func-line' | Junio C Hamano | 2016-06-20 | 1 | -3/+16 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | grep: -W: don't extend context to trailing empty lines | René Scharfe | 2016-05-31 | 1 | -1/+1 |