summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile & configure: make PCRE v2 the default PCRE implementationab/grep-pcre-v2Ævar Arnfjörð Bjarmason2017-05-022-20/+19
* grep: remove support for concurrent use of both PCRE v1 & v2Ævar Arnfjörð Bjarmason2017-05-0211-139/+65
* grep: add support for PCRE v2Ævar Arnfjörð Bjarmason2017-05-0213-27/+309
* grep: add support for the PCRE v1 JIT APIÆvar Arnfjörð Bjarmason2017-05-022-1/+31
* perf: add a performance comparison test of grep -E and -PÆvar Arnfjörð Bjarmason2017-05-021-0/+25
* grep: change the internal PCRE code & header names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-024-36/+36
* grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-024-7/+7
* test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason2017-05-027-28/+28
* grep: make grep.patternType=[pcre|pcre1] a synonym for "perl"Ævar Arnfjörð Bjarmason2017-05-024-1/+26
* grep & rev-list doc: stop promising libpcre for --perl-regexpÆvar Arnfjörð Bjarmason2017-05-022-4/+11
* log: add -P as a synonym for --perl-regexpÆvar Arnfjörð Bjarmason2017-05-023-1/+11
* log: add exhaustive tests for pattern style options & configÆvar Arnfjörð Bjarmason2017-05-021-1/+76
* grep: add a test for backreferences in PCRE patternsÆvar Arnfjörð Bjarmason2017-05-021-0/+7
* Makefile & configure: reword outdated comment about PCREÆvar Arnfjörð Bjarmason2017-05-022-6/+12
* grep: remove redundant `regflags &= ~REG_EXTENDED` assignmentsÆvar Arnfjörð Bjarmason2017-05-021-4/+1
* grep: remove redundant regflags assignment under PCREÆvar Arnfjörð Bjarmason2017-04-251-1/+0
* grep: submodule-related case statements should die if new fields are addedÆvar Arnfjörð Bjarmason2017-04-251-0/+4
* grep: add tests for grep pattern types being passed to submodulesÆvar Arnfjörð Bjarmason2017-04-251-0/+49
* grep: amend submodule recursion test in preparation for rx engine testingÆvar Arnfjörð Bjarmason2017-04-251-83/+83
* Git 2.13-rc0v2.13.0-rc0Junio C Hamano2017-04-192-1/+36
* Merge branch 'jh/memihash-opt'Junio C Hamano2017-04-196-1/+40
|\
| * p0004: make perf test executableChristian Couder2017-04-181-0/+0
| * t3008: skip lazy-init test on a single-core boxKevin Willford2017-04-121-3/+11
| * test-online-cpus: helper to return cpu countJeff Hostetler2017-04-123-0/+10
| * name-hash: fix buffer overrunKevin Willford2017-03-312-1/+22
* | Merge branch 'vn/revision-shorthand-for-side-branch-log'Junio C Hamano2017-04-191-2/+2
|\ \
| * | doc/revisions: remove brackets from rev^-n shorthandvn/revision-shorthand-for-side-branch-logKyle Meyer2017-04-161-2/+2
* | | Merge branch 'sf/putty-w-args'Junio C Hamano2017-04-192-1/+7
|\ \ \
| * | | connect.c: handle errors from split_cmdlineJeff King2017-04-162-1/+7
* | | | Merge branch 'ld/p4-current-branch-fix'Junio C Hamano2017-04-192-9/+45
|\ \ \ \
| * | | | git-p4: don't use name-rev to get current branchld/p4-current-branch-fixLuke Diamand2017-04-162-7/+2
| * | | | git-p4: add read_pipe_text() internal functionLuke Diamand2017-04-161-3/+28
| * | | | git-p4: add failing test for name-rev rather than symbolic-refLuke Diamand2017-04-161-0/+16
* | | | | Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano2017-04-191-1/+17
|\ \ \ \ \
| * | | | | t6500: wait for detached auto gc at the end of the test scriptSZEDER Gábor2017-04-161-1/+17
* | | | | | Merge branch 'bw/attr-pathspec'Junio C Hamano2017-04-191-1/+1
|\ \ \ \ \ \
| * | | | | | pathspec: fix segfault in clear_pathspecbw/attr-pathspecBrandon Williams2017-04-161-1/+1
* | | | | | | Merge branch 'ab/grep-plug-pathspec-leak'Junio C Hamano2017-04-191-0/+1
|\ \ \ \ \ \ \
| * | | | | | | grep: plug a trivial memory leakab/grep-plug-pathspec-leakÆvar Arnfjörð Bjarmason2017-04-161-0/+1
* | | | | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2017-04-192-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | test-read-cache: setup git dirRené Scharfe2017-04-161-0/+1
| * | | | | | | | has_sha1_file: don't bother if we are not in a repositoryJonathan Nieder2017-04-131-0/+2
* | | | | | | | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-1913-403/+1319
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refs.h: add a note about sorting order of for_each_ref_*nd/files-backend-git-dirNguyễn Thái Ngọc Duy2017-04-143-2/+14
| * | | | | | | | | t1406: new tests for submodule ref storeNguyễn Thái Ngọc Duy2017-04-141-0/+95
| * | | | | | | | | t1405: some basic tests on main ref storeNguyễn Thái Ngọc Duy2017-04-141-0/+123
| * | | | | | | | | t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy2017-04-143-0/+279
| * | | | | | | | | refs: delete pack_refs() in favor of refs_pack_refs()Nguyễn Thái Ngọc Duy2017-04-143-7/+1
| * | | | | | | | | files-backend: avoid ref api targeting main ref storeNguyễn Thái Ngọc Duy2017-04-141-35/+49
| * | | | | | | | | refs: new transaction related ref-store apiNguyễn Thái Ngọc Duy2017-04-143-12/+53