summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin/fetch.c: respect 'submodule.recurse' optionsb/submodule-blanket-recursiveStefan Beller2017-06-012-0/+17
* builtin/push.c: respect 'submodule.recurse' optionStefan Beller2017-06-012-0/+25
* builtin/grep.c: respect 'submodule.recurse' optionStefan Beller2017-06-012-0/+21
* Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller2017-06-017-5/+58
* submodule loading: separate code path for .gitmodules and config overlayStefan Beller2017-05-301-3/+11
* reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-305-83/+38
* submodule test invocation: only pass additional argumentsStefan Beller2017-05-304-10/+12
* submodule recursing: do not write a config variable twiceStefan Beller2017-05-303-3/+3
* Merge branch 'ab/grep-preparatory-cleanup' into sb/submodule-blanket-recursiveJunio C Hamano2017-05-3024-239/+843
|\
| * grep: assert that threading is enabled when calling grep_{lock,unlock}ab/grep-preparatory-cleanupÆvar Arnfjörð Bjarmason2017-05-261-4/+4
| * grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason2017-05-262-0/+31
| * pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason2017-05-262-2/+4
| * pack-objects & index-pack: add test for --threads warningÆvar Arnfjörð Bjarmason2017-05-261-0/+36
| * test-lib: add a PTHREADS prerequisiteÆvar Arnfjörð Bjarmason2017-05-263-0/+6
| * grep: move is_fixed() earlier to avoid forward declarationÆvar Arnfjörð Bjarmason2017-05-261-12/+12
| * grep: change internal *pcre* variable & function names to be *pcre1*Ævar Arnfjörð Bjarmason2017-05-262-30/+30
| * grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-264-7/+7
| * grep: factor test for \0 in grep patterns into a functionÆvar Arnfjörð Bjarmason2017-05-261-7/+15
| * grep: remove redundant regflags assignmentsÆvar Arnfjörð Bjarmason2017-05-261-5/+1
| * grep: catch a missing enum in switch statementÆvar Arnfjörð Bjarmason2017-05-261-0/+2
| * perf: add a comparison test of log --grep regex engines with -FÆvar Arnfjörð Bjarmason2017-05-261-0/+44
| * perf: add a comparison test of log --grep regex enginesÆvar Arnfjörð Bjarmason2017-05-261-0/+53
| * perf: add a comparison test of grep regex engines with -FÆvar Arnfjörð Bjarmason2017-05-261-0/+41
| * perf: add a comparison test of grep regex enginesÆvar Arnfjörð Bjarmason2017-05-261-0/+56
| * perf: emit progress output when unpacking & buildingÆvar Arnfjörð Bjarmason2017-05-211-0/+2
| * perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't doÆvar Arnfjörð Bjarmason2017-05-213-3/+28
| * grep: add tests to fix blind spots with \0 patternsÆvar Arnfjörð Bjarmason2017-05-211-0/+71
| * grep: prepare for testing binary regexes containing rx metacharactersÆvar Arnfjörð Bjarmason2017-05-211-3/+3
| * grep: add a test helper function for less verbose -f \0 testsÆvar Arnfjörð Bjarmason2017-05-211-29/+29
| * grep: add tests for grep pattern types being passed to submodulesÆvar Arnfjörð Bjarmason2017-05-211-0/+49
| * grep: amend submodule recursion test for regex engine testingÆvar Arnfjörð Bjarmason2017-05-211-83/+83
| * grep: add tests for --threads=N and grep.threadsÆvar Arnfjörð Bjarmason2017-05-211-0/+16
| * grep: change non-ASCII -i test to stop using --debugÆvar Arnfjörð Bjarmason2017-05-211-20/+5
| * grep: add a test for backreferences in PCRE patternsÆvar Arnfjörð Bjarmason2017-05-211-0/+7
| * grep: add a test asserting that --perl-regexp dies when !PCREÆvar Arnfjörð Bjarmason2017-05-212-1/+15
| * log: make --regexp-ignore-case work with --perl-regexpÆvar Arnfjörð Bjarmason2017-05-212-5/+56
| * log: add exhaustive tests for pattern style options & configÆvar Arnfjörð Bjarmason2017-05-211-1/+97
| * test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason2017-05-215-20/+20
| * grep & rev-list doc: stop promising libpcre for --perl-regexpÆvar Arnfjörð Bjarmason2017-05-212-4/+11
| * Makefile & configure: reword inaccurate comment about PCREÆvar Arnfjörð Bjarmason2017-05-212-6/+12
* | Merge branch 'jc/repack-threads'Junio C Hamano2017-05-292-1/+9
|\ \
| * | repack: accept --threads=<n> and pass it down to pack-objectsjc/repack-threadsJunio C Hamano2017-04-272-1/+9
* | | Merge branch 'sb/reset-recurse-submodules'Junio C Hamano2017-05-296-12/+96
|\ \ \
| * | | builtin/reset: add --recurse-submodules switchsb/reset-recurse-submodulesStefan Beller2017-04-232-0/+38
| * | | submodule.c: submodule_move_head works with broken submodulesStefan Beller2017-04-182-7/+44
| * | | submodule.c: uninitialized submodules are ignored in recursive commandsStefan Beller2017-04-182-0/+4
| * | | entry.c: submodule recursing: respect force flag correctlyStefan Beller2017-04-182-5/+10
* | | | Second batch for 2.14Junio C Hamano2017-05-231-0/+29
* | | | Merge branch 'ab/fix-poison-tests'Junio C Hamano2017-05-2316-37/+48
|\ \ \ \
| * | | | travis-ci: add job to run tests with GETTEXT_POISONab/fix-poison-testsLars Schneider2017-05-111-0/+5