]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/merge-tree.c
Merge branch 'ps/ci-test-with-jgit'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:44 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:44 +0000 (10:18 -0700)
commitd25ad94df6bc9b3c8ce4e49d057d7665d0894a16
tree39f999da8fc11f6346b3757bb518d62031583136
parent5aec7231c8daabeca7cb2d3caa0ed0f88223f81e
parent70b81fbf3c641435c5583e53ff78caa0aaef80ca
Merge branch 'ps/ci-test-with-jgit'

Tests to ensure interoperability between reftable written by jgit
and our code have been added and enabled in CI.

* ps/ci-test-with-jgit:
  t0612: add tests to exercise Git/JGit reftable compatibility
  t0610: fix non-portable variable assignment
  t06xx: always execute backend-specific tests
  ci: install JGit dependency
  ci: make Perforce binaries executable for all users
  ci: merge scripts which install dependencies
  ci: fix setup of custom path for GitLab CI
  ci: merge custom PATH directories
  ci: convert "install-dependencies.sh" to use "/bin/sh"
  ci: drop duplicate package installation for "linux-gcc-default"
  ci: skip sudo when we are already root
  ci: expose distro name in dockerized GitHub jobs
  ci: rename "runs_on_pool" to "distro"
t/t0601-reffiles-pack-refs.sh
t/t0610-reftable-basics.sh