Skip to content

Commit 7a44082

Browse files
authored
Merge branch 'develop' into meson-config
2 parents d9e0d49 + fa5c939 commit 7a44082

File tree

1,584 files changed

+22465
-19150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,584 files changed

+22465
-19150
lines changed

.ci/merge-fixes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ else
1414
git tag -f test_base
1515
git commit -q -m "Uncommitted changes" --no-allow-empty -a
1616
for a in $PRs; do
17+
git fetch --unshallow --all > /dev/null 2>&1 && echo "Unshallowed."
1718
echo "::group::Merging PR https://github.com/$REPO/pull/$a"
1819
git tag -f test_head
1920
$GH pr checkout -b pr-$a $a
20-
git fetch --unshallow --all
2121
git checkout -q test_head
2222
if git merge --no-edit --squash -q pr-$a; then
2323
echo "::endgroup::"

.ci/retrofit-worktree.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export GIT_AUTHOR_EMAIL="[email protected]"
1212
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
1313
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
1414

15+
# Set globally for other parts of the workflow
16+
git config --global user.name "$GIT_AUTHOR_NAME"
17+
git config --global user.email "$GIT_AUTHOR_EMAIL"
18+
1519
set -ex
1620

1721
# If actions/checkout downloaded our source tree using the GitHub REST API

0 commit comments

Comments
 (0)