git: d2767ba1088e - main - Update to GCC 10.2.0
Mathieu Arnold
mat at freebsd.org
Fri May 7 06:43:46 UTC 2021
On Thu, May 06, 2021 at 11:58:59PM +0200, Joerg Wunsch wrote:
> As Adriaan de Groot wrote:
>
> > Conventional git commit messages have been mentioned a few times on this list
> > recently; there's a commit template which you can find elsewhere, but in human
> > terms:
> >
> > <category>/<portname>: <what>
> > <blank line>
> > <why>
>
> I thought I did use the commit template ... anyway, this is really a
> drawback from SVN. Subversion commit mails always placed the
> category/port in the subject of the mail, so it was pretty clear what
> all this is about.
>
> Is there no chance the Git commit mails can also get this
> automatically?
This has nothing to do with emails but it is about how Git treats commit
messages. Their first line is the subject, it is then followed by a
blank line, and then you have the main body of the commit message.
As of right now...
$ git log --oneline
a7f1719ce9e6 (HEAD -> main, origin/main, origin/HEAD) Mk/bsd.default-versions.mk: add new Perl version.
3a978f1c8a56 ports-mgmt/distilator: Fix warnings emitted by python 3.8
ab7c83a5fca2 - Update IceWM to version 2.3.4 which now upholds --disable-rsvg switch - Revert bogus changes to USE_GNOME and BEASTIE_DESC done in cf6ea18e37 - Fix the header of `files/bsd-daemon.xpm' one more time: certain image loaders, e.g. Imlib2, employ overly zealous checks of XPM header (see line 155 of imlib2-1.7.0/src/modules/loaders/loader_xpm.c), so resort to more traditional /* XPM */ and move attribution to its own comment
45ababefe9bc science/abinit: Update 9.4.1 -> 9.4.2
c6bfc1a00217 New port: security/gitjacker: Leak git repositories from misconfigured websites
...
d2767ba1088e Update to GCC 10.2.0 PR: 255454 Differential Revision: https://reviews.freebsd.org/D30022
...
This is awful.
I know some committers never used Git before, and there is a transition
period, but the sooner you get the new habits, the better for all of us.
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/dev-commits-ports-all/attachments/20210507/1eef059a/attachment.sig>
More information about the dev-commits-ports-all
mailing list