From 8db4be1fe95f8e042152d8418c24b56040f5bf40 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Tue, 1 Apr 2025 15:15:05 +0200 Subject: [PATCH] doc/contributing/gerrit_guidelines.md: Update reference to rebase.sh Since commit cd48d198367b ("Rename and move util/gitconfig/rebase.sh"), the script util/gitconfig/rebase.sh was moved to util/scripts/cross-repo-cherrypick. Signed-off-by: Maximilian Brune Change-Id: Ibecafd6cca9d312c48cfc8c38ff11e686ee184d4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/87063 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- Documentation/contributing/gerrit_guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/contributing/gerrit_guidelines.md b/Documentation/contributing/gerrit_guidelines.md index 3b92d08282..04fb34f042 100644 --- a/Documentation/contributing/gerrit_guidelines.md +++ b/Documentation/contributing/gerrit_guidelines.md @@ -348,8 +348,8 @@ commit message itself: * Tested-by: * Reviewed-by: -The script `util/gitconfig/rebase.sh` can be used to help automate this. -Other tags such as 'Commit-Queue' can simply be removed. +The script `util/scripts/cross-repo-cherrypick` can be used to help +automate this. Other tags such as 'Commit-Queue' can simply be removed. * Check if there's documentation that needs to be updated to remain current after your change. If there's no documentation for the part of coreboot