git: d3ba089a5212 - main - Update to version 2.2.13.
Jan Beich
jbeich at FreeBSD.org
Tue Apr 20 11:19:18 UTC 2021
Kevin Bowling <kevin.bowling at 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=format:%B --grep='^[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='^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='^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='^ChangeLog:' | head
413 Matthew Seaman
326 Fernando Apesteguía
199 Wen Heping
90 David Naylor
70 Olivier Duchateau
45 Kirill Ponomarev
38 Matthias Andree
29 Romain Tartière
28 Sergey A. Osokin
25 Vasil Dimov
More information about the dev-commits-ports-all
mailing list