Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 13:19:13 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Kevin Bowling <kevin.bowling@kev009.com>
Cc:        Cy Schubert <Cy.Schubert@cschubert.com>, Pedro Giffuni <pfg@freebsd.org>, Dmitry Sivachenko <demon@freebsd.org>, Yuri <yuri@freebsd.org>, ports-committers <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: d3ba089a5212 - main - Update to version 2.2.13.
Message-ID:  <h7k1-19vy-wny@FreeBSD.org>
In-Reply-To: <CAK7dMtD-e8kd05EHTv3yHhv8iG2iGJseU=FpqnMvifAiaMUvMQ__37368.3221683436$1618895129$gmane$org@mail.gmail.com> (Kevin Bowling's message of "Mon, 19 Apr 2021 22:05:01 -0700")
References:  <202104192213.13JMDlRd039737@gitrepo.freebsd.org> <a3ff4614-b99a-f64f-b9d2-0b71c2f82f5d@rawbw.com> <A14E4A66-FEB3-4E41-B413-8413D479EF89@FreeBSD.org> <59a11a3f-3a47-176b-a566-a154709a4a69@FreeBSD.org> <202104200324.13K3OOwj010751@slippy.cwsent.com> <CAK7dMtD-e8kd05EHTv3yHhv8iG2iGJseU=FpqnMvifAiaMUvMQ__37368.3221683436$1618895129$gmane$org@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Bowling <kevin.bowling@kev009.com> writes:

> I'd like to see something for "Change URL:" or "Change Log:" too,
> currently some people add this but there seems to be no consistency.
> Since there isn't a common standard, I usually add it in the commit
> body as text so as not to imply structure someone might rely on in
> scripts, web UIs, etc... "changes //:url/"

A quick search suggests "Changes:" is the convention. ;)

$ git log --pretty=3Dformat:%B --grep=3D'^[Cc]hange[^:]*:.*//' | grep // |
  grep -o '^[Cc]hange[ [:alpha:]]*' | sort | uniq -c | sort -r | head
47280 Changes
2826 Changelog
1115 ChangeLog
 469 Changelog at
  72 Changelog taken from
  38 ChangeLog at
  34 Change Log
  28 Changelog https
  22 Changelog at
  18 Change log

$ git shortlog -sn --grep=3D'^Changes:' | head
 33017  Sunpoet Po-Chuan Hsieh
  4167  Jan Beich
  1634  Frederic Culot
  1597  Anton Berezin
  1027  Tobias Kortkamp
   631  Sergey Skvortsov
   599  Po-Chuan Hsieh
   549  Cheng-Lung Sung
   498  Adam Weinberger
   483  Wen Heping

$ git shortlog -sn --grep=3D'^Changelog:' | head
   859  Danilo G. Baio
   417  Jochen Neumeister
   336  Mark Felder
   335  Kai Knoblich
   291  Torsten Zuehlsdorff
   147  Matthias Fechner
   145  Niclas Zeising
   126  Rainer Hurling
   124  Kubilay Kocak
   124  Hiroki Tagato

$ git shortlog -sn --grep=3D'^ChangeLog:' | head
   413  Matthew Seaman
   326  Fernando Apestegu=C3=ADa
   199  Wen Heping
    90  David Naylor
    70  Olivier Duchateau
    45  Kirill Ponomarev
    38  Matthias Andree
    29  Romain Tarti=C3=A8re
    28  Sergey A. Osokin
    25  Vasil Dimov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h7k1-19vy-wny>