aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPau Amma <pauamma@FreeBSD.org>2022-07-13 08:52:17 +0000
committerPau Amma <pauamma@FreeBSD.org>2022-07-20 22:52:39 +0000
commite5d24f634e81456f08458756eb2562c3f15396ba (patch)
tree1a37d583d46c4ab4d04912738587cf97d3627e66
parent3c9a0112bae6408892123b04a6ba5c6ee0780937 (diff)
downloadsrc-e5d24f634e81456f08458756eb2562c3f15396ba.tar.gz
src-e5d24f634e81456f08458756eb2562c3f15396ba.zip
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
-rw-r--r--share/misc/committers-doc.dot4
-rw-r--r--share/misc/committers-ports.dot4
-rw-r--r--share/misc/committers-src.dot4
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];