Skip to content

Commit 5a39ba1

Browse files
committed
TOOL-21469 Allow empty commits when cherry-picking in kernel repos
1 parent 0df5c13 commit 5a39ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-package-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ function kernel_merge_with_upstream() {
413413
logmust git checkout -q -b repo-HEAD upstream-HEAD
414414

415415
# shellcheck disable=SC2086
416-
logmust git cherry-pick ${dlpx_patch_start}^..${dlpx_patch_end}
416+
logmust git cherry-pick --allow-empty ${dlpx_patch_start}^..${dlpx_patch_end}
417417

418418
logmust touch "$WORKDIR/repo-updated"
419419
}

0 commit comments

Comments
 (0)