I have 2 repos for FreeBSD base. One is from my github mirror. Another is for push to CURRENT. The usual way I push is to git format-patch from my mirror repo and git am to CURRENT repo then push it. I forget this would change the commit hash. Thanks for your kind reminder! I just fix it. Jessica Clarke <jrt...@freebsd.org> writes:
> On 7 Aug 2025, at 16:46, ShengYi Hung <aokbl...@freebsd.org> wrote: >> >> The branch main has been updated by aokblast: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=4ffb9ea88f40cd766b998e7aec86ed0274abbde5 >> >> commit 4ffb9ea88f40cd766b998e7aec86ed0274abbde5 >> Author: ShengYi Hung <aokbl...@freebsd.org> >> AuthorDate: 2025-08-07 15:42:32 +0000 >> Commit: ShengYi Hung <aokbl...@freebsd.org> >> CommitDate: 2025-08-07 15:46:03 +0000 >> >> .git-blame-ignore-revs: device_if.m style(9) tweaks >> --- >> .git-blame-ignore-revs | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs >> index 407304c5a675..7a9dcddefdc1 100644 >> --- a/.git-blame-ignore-revs >> +++ b/.git-blame-ignore-revs >> @@ -8,6 +8,8 @@ >> # >> # This file is sorted in git log order (newest commits first). >> >> +# style fixes for device_if.m >> +715aa464bcd5ff972947f39a58341af6eab8c902 > > I assume you mean ab43dbe0187e? Presumably you rebased and forgot to > update it? > > Jessica > >> # iflib style tweaks >> 721e783a2a3316826f92fb44c931e28163118b3f >> # queue(3) single space after all #define -- Best Regards. ShengYi Hung.