Page MenuHomeFreeBSD

Update the list of developers and contributors about Yasuhiro Kimura.
ClosedPublic

Authored by yasu on Sep 25 2021, 7:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 17, 3:55 PM
Unknown Object (File)
Fri, Oct 31, 4:28 PM
Unknown Object (File)
Mon, Oct 27, 11:34 PM
Unknown Object (File)
Oct 19 2025, 4:55 AM
Unknown Object (File)
Oct 18 2025, 1:43 AM
Unknown Object (File)
Oct 14 2025, 5:06 AM
Unknown Object (File)
Oct 12 2025, 6:27 AM
Unknown Object (File)
Oct 12 2025, 5:20 AM
Subscribers
None

Details

Summary

It corresponds to the 2nd step of the procedure described in section
7.1 of Committer's Guide.

Approved by: meta(mentor), ygy(mentor)

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

yasu requested review of this revision.Sep 25 2021, 7:19 AM
yasu created this revision.

Looks good to me, approved. Two nits on the commit message:

  • There is a space before "(mentor)", e.g. meta (mentor) instead of meta(mentor)
  • Don't forget the "Differential Revision:" entry :)
This revision is now accepted and ready to land.Sep 25 2021, 7:24 AM

Adject commit message.

  • Add 'Differential Revision:'
  • Remove lines added by 'arc diff'.
This revision now requires review to proceed.Sep 25 2021, 7:26 AM
  • The first line of the commit message is not a full sentence, hence you can remove the ending period.
  • Just a reminder that the "Approved by:" etc are tab-separated, e.g. Approved by:(tab) ygy (mentor)
  • Again, there should be a space before "(mentor)", e.g. meta (mentor) instead of meta(mentor).
In D32133#725199, @ygy wrote:

Looks good to me, approved.

Thanks.

Two nits on the commit message:

  • There is a space before "(mentor)", e.g. meta (mentor) instead of meta(mentor)

I'll fix it.

  • Don't forget the "Differential Revision:" entry :)

I have added it :-).

BTW I noticed that commit messages are modified by arc command when I create new review with arc diff.
Is there any way to prevent it?

In D32133#725208, @yasu wrote:

BTW I noticed that commit messages are modified by arc command when I create new review with arc diff.
Is there any way to prevent it?

I am not an expert on arc, and I don't use it at all - maybe @meta can weigh in here. That said, you have my approval to commit (just change it locally, preview and push it without arc) once you addressed the items that I have mentioned:

In D32133#725207, @ygy wrote:
  • The first line of the commit message is not a full sentence, hence you can remove the ending period.
  • Just a reminder that the "Approved by:" etc are tab-separated, e.g. Approved by:(tab) ygy (mentor)
  • Again, there should be a space before "(mentor)", e.g. meta (mentor) instead of meta(mentor).
This revision is now accepted and ready to land.Sep 25 2021, 7:40 AM