Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-07Merge branch 'jc/grep-f-relative-to-cwd'Junio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-10-20grep: die gracefully when outside repositoryKristoffer Haugsbakk
2023-10-12grep: -f <path> is relative to $cwdJunio C Hamano
2023-02-07tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason
2022-08-26grep: fix multibyte regex handling under macOSDiomidis Spinellis
2022-06-22grep: add --max-count command line optionCarlos López
2022-02-16grep tests: add missing "grep.patternType" config testsÆvar Arnfjörð Bjarmason
2022-02-16grep tests: create a helper function for "BRE" or "ERE"Ævar Arnfjörð Bjarmason
2021-12-13tests: simplify construction of large blocks of textEric Sunshine
2021-07-14Merge branch 'rs/grep-parser-fix'Junio C Hamano
2021-07-01grep: report missing left operand of --andRené Scharfe
2021-03-19t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2021-01-26Merge branch 'ab/mailmap'Junio C Hamano
2021-01-13tests: refactor a few tests to use "test_commit --append"Ævar Arnfjörð Bjarmason
2020-11-20t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares
2019-05-14tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason
2019-04-02t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Johannes Schindelin
2018-10-04grep: add -r/--[no-]recursiveRené Scharfe
2018-08-28Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano
2018-08-03Merge branch 'tb/grep-only-matching'Junio C Hamano
2018-08-03Merge branch 'es/test-fixes'Junio C Hamano
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-07-17t7810: use test_expect_code() instead of hand-rolled comparisonEric Sunshine
2018-07-10grep.c: teach 'git grep --only-matching'Taylor Blau
2018-06-22builtin/grep.c: add '--column' option to 'git-grep(1)'Taylor Blau
2017-12-14Merge branch 'ab/pcre2-grep'Junio C Hamano
2017-11-24grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT)Ævar Arnfjörð Bjarmason
2017-11-21grep: show non-empty lines before functions with -WRené Scharfe
2017-11-21t7810: improve check of -W with user-defined function linesRené Scharfe
2017-08-24Merge branch 'as/grep-quiet-no-match-exit-code-fix'Junio C Hamano
2017-08-18git-grep: correct exit code with --quiet and -LAnthony Sottile
2017-05-26grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason
2017-05-21grep: add tests for --threads=N and grep.threadsÆvar Arnfjörð Bjarmason
2017-05-21grep: add a test for backreferences in PCRE patternsÆvar Arnfjörð Bjarmason
2017-05-21grep: add a test asserting that --perl-regexp dies when !PCREÆvar Arnfjörð Bjarmason
2017-05-21test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason
2017-02-15grep: treat revs the same for --untracked as for --no-indexJeff King
2017-02-14grep: do not diagnose misspelt revs with --no-indexJeff King
2017-02-14grep: avoid resolving revision names in --no-index caseJeff King
2017-02-14grep: fix "--" rev/pathspec disambiguationJeff King
2017-02-14grep: do not unnecessarily query repo for "--"Jonathan Tan