diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2024-03-17 08:46:08 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-12 18:20:52 +0200 |
commit | 7b7f17021639ff737d66377762a8ba90944b5ed2 (patch) | |
tree | e28fbda4f95d0d7de159366e60b26868904d5a22 /scripts | |
parent | ae192c042c2beca490c9f5fbd7c6192124631f51 (diff) | |
download | openwrt-7b7f17021639ff737d66377762a8ba90944b5ed2.tar.gz openwrt-7b7f17021639ff737d66377762a8ba90944b5ed2.tar.bz2 openwrt-7b7f17021639ff737d66377762a8ba90944b5ed2.zip |
scripts/kernel_bump: Avoid potential copyright claim
Due to potential fears of copyright infringement noted by Elliott
Mitchell [0], rewrite our message to belong to OpenWRT.
Note, AI was used to aid in construction of this sentence.
[0]: https://lists.openwrt.org/pipermail/openwrt-devel/2024-March/042422.html
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kernel_bump.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kernel_bump.sh b/scripts/kernel_bump.sh index 5896bfc48f..829cd250e1 100755 --- a/scripts/kernel_bump.sh +++ b/scripts/kernel_bump.sh @@ -134,7 +134,7 @@ bump_kernel() --signoff \ --message "kernel/${platform_name}: Create kernel files for v${target_version} (from v${source_version})" \ --message 'This is an automatically generated commit.' \ - --message 'During a `git bisect` session, `git bisect --skip` is recommended.' + --message 'When doing `git bisect`, consider `git bisect --skip`.' git checkout 'HEAD~' "${_target_dir}" git commit \ |