PTU5KAS/tests/test_refspec
Drew Reed 6b65de3e2f Enable gerrit/gitlab/github refspecs
By default git only fetches references under the refs/heads/ tree,
this patch adds support to kas to enable you to specify references
outside of the ref/heads tree.  This is useful as it allows you to
use uncommitted gerrit patchsets, Gitlab merge requests or github
pull requests that live under refs/changes/, refs/merge-requests
and refs/pull as the reference for a repo allowing the use of
in development changes.  When a refsepc is defined that starts
with refs/ an additional git fetch operation is preformed on the
repo to explicitly fetch the reference given so it can be checked
out for use.

Signed-off-by: Drew Reed <drew.reed@arm.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2021-07-19 07:57:32 +02:00
..
oe-init-build-env tests: Check refspec switch updates git branch/commit correctly 2020-06-17 07:58:44 +02:00
test.yml tests: Check refspec switch updates git branch/commit correctly 2020-06-17 07:58:44 +02:00
test2.yml tests: Check refspec switch updates git branch/commit correctly 2020-06-17 07:58:44 +02:00
test3.yml Enable gerrit/gitlab/github refspecs 2021-07-19 07:57:32 +02:00