File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ prepare() {
404404 trap ' git worktree remove --force "$candidate_dir" >/dev/null 2>&1 || true; rm -f "$patch_file"' RETURN
405405 git -c core.hooksPath=/dev/null worktree add --detach " $candidate_dir " " $upstream_sha "
406406 git -C " $candidate_dir " config user.name Marc
407- git -C " $candidate_dir " config user.email marc@kernel-oops.com
407+ git -C " $candidate_dir " config user.email marc@kernel-panic.im
408408
409409 for index in " ${! PATCH_BRANCHES[@]} " ; do
410410 branch=" ${PATCH_BRANCHES[$index]} "
@@ -448,8 +448,8 @@ prepare() {
448448 candidate_tree=" $( git -C " $candidate_dir " rev-parse ' HEAD^{tree}' ) "
449449
450450 head_sha=" $(
451- export GIT_AUTHOR_NAME=Marc GIT_AUTHOR_EMAIL=marc@kernel-oops.com
452- export GIT_COMMITTER_NAME=Marc GIT_COMMITTER_EMAIL=marc@kernel-oops.com
451+ export GIT_AUTHOR_NAME=Marc GIT_AUTHOR_EMAIL=marc@kernel-panic.im
452+ export GIT_COMMITTER_NAME=Marc GIT_COMMITTER_EMAIL=marc@kernel-panic.im
453453 printf ' chore: sync upstream release %s\n' " $tag " |
454454 git -C " $candidate_dir " commit-tree " $candidate_tree " -p " $base_sha "
455455 ) "
You can’t perform that action at this time.
0 commit comments