Date: Wed, 20 Jul 2022 22:55:30 GMT From: Pau Amma <pauamma@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e5d24f634e81 - main - Update share/misc/committers-*.dot comments for git. Message-ID: <202207202255.26KMtUuc098493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pauamma (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e5d24f634e81456f08458756eb2562c3f15396ba commit e5d24f634e81456f08458756eb2562c3f15396ba Author: Pau Amma <pauamma@FreeBSD.org> AuthorDate: 2022-07-13 08:52:17 +0000 Commit: Pau Amma <pauamma@FreeBSD.org> CommitDate: 2022-07-20 22:52:39 +0000 Update share/misc/committers-*.dot comments for git. Approved by: gjb (mentor), lwhsu, imp, eadler Reviewed by: approvers above, carlavilla and jhb (earlier version) Differential Revision: https://reviews.freebsd.org/D35803 --- share/misc/committers-doc.dot | 4 ++-- share/misc/committers-ports.dot | 4 ++-- share/misc/committers-src.dot | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/misc/committers-doc.dot b/share/misc/committers-doc.dot index 15c6d0383ecc..dcace06b5a87 100644 --- a/share/misc/committers-doc.dot +++ b/share/misc/committers-doc.dot @@ -15,7 +15,7 @@ digraph doc { # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"] # # ????/??/?? is the date when the commit bit was obtained, usually the one you -# can find looking at svn logs for the svnadmin/conf/access file. +# can find in git logs for the access file in the internal/admin branch. # Use YYYY/MM/DD format. # # For returned commit bits, the node definition will follow this example: @@ -23,7 +23,7 @@ digraph doc { # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"] # # The first date is the same as for an active committer, the second date is -# the date when the commit bit has been returned. Again, check svn logs. +# the date when the commit bit has been returned. Again, check git logs. node [color=grey62, style=filled, bgcolor=black]; diff --git a/share/misc/committers-ports.dot b/share/misc/committers-ports.dot index f8f5d47fc87e..1adbec8266cf 100644 --- a/share/misc/committers-ports.dot +++ b/share/misc/committers-ports.dot @@ -15,7 +15,7 @@ digraph ports { # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"] # # ????/??/?? is the date when the commit bit was obtained, usually the one you -# can find looking at svn logs for the svnadmin/access file. +# can find in git logs for the access file in the internal/admin branch. # Use YYYY/MM/DD format. # # For returned commit bits, the node definition will follow this example: @@ -23,7 +23,7 @@ digraph ports { # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"] # # The first date is the same as for an active committer, the second date is -# the date when the commit bit has been returned. Again, check svn logs. +# the date when the commit bit has been returned. Again, check git logs. node [color=grey62, style=filled, bgcolor=black]; diff --git a/share/misc/committers-src.dot b/share/misc/committers-src.dot index e0e3bf450dd3..71ed43cbf498 100644 --- a/share/misc/committers-src.dot +++ b/share/misc/committers-src.dot @@ -15,7 +15,7 @@ digraph src { # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"] # # ????/??/?? is the date when the commit bit was obtained, usually the one you -# can find looking at svn logs for the svnadmin/conf/access file. +# can find in git logs for the access file in the internal/admin branch. # Use YYYY/MM/DD format. # # For returned commit bits, the node definition will follow this example: @@ -23,7 +23,7 @@ digraph src { # foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"] # # The first date is the same as for an active committer, the second date is -# the date when the commit bit has been returned. Again, check svn logs. +# the date when the commit bit has been returned. Again, check git logs. node [color=grey62, style=filled, bgcolor=black];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207202255.26KMtUuc098493>