diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2021-09-07 23:05:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-08 06:45:32 +0200 |
commit | aa4df107e72a7a8bd2f149ecb58edfe9dde8576b (patch) | |
tree | afc1aeab67b48481f50404246bcc048b6913e829 /.github | |
parent | remote: warn about unhandled branch.<name>.rebase values (diff) | |
download | git-aa4df107e72a7a8bd2f149ecb58edfe9dde8576b.tar.xz git-aa4df107e72a7a8bd2f149ecb58edfe9dde8576b.zip |
tests: stop testing `git rebase --preserve-merges`
This backend has been deprecated in favor of `git rebase
--rebase-merges`.
In preparation for dropping it, let's remove all the regression tests
that would need it.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47876a4f02..6115755c4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -198,7 +198,6 @@ jobs: shell: bash env: NO_SVN_TESTS: 1 - GIT_TEST_SKIP_REBASE_P: 1 run: ci/run-test-slice.sh ${{matrix.nr}} 10 - name: ci/print-test-failures.sh if: failure() |