Deleted Added
full compact
committers-src.dot (239727) committers-src.dot (240440)
1# $FreeBSD: stable/9/share/misc/committers-src.dot 239727 2012-08-27 12:58:54Z gavin $
1# $FreeBSD: stable/9/share/misc/committers-src.dot 240440 2012-09-13 01:05:30Z eadler $
2
3# This file is meant to list all FreeBSD src committers and describe the
4# mentor-mentee relationships between them.
5# The graphical output can be generated from this file with the following
6# command:
7# $ dot -T png -o file.png committers-src.dot
8#
9# The dot binary is part of the graphics/graphviz port.
10
11digraph src {
12
13# Node definitions follow this example:
14#
15# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
16#
17# ????/??/?? is the date when the commit bit was obtained, usually the one you
2
3# This file is meant to list all FreeBSD src committers and describe the
4# mentor-mentee relationships between them.
5# The graphical output can be generated from this file with the following
6# command:
7# $ dot -T png -o file.png committers-src.dot
8#
9# The dot binary is part of the graphics/graphviz port.
10
11digraph src {
12
13# Node definitions follow this example:
14#
15# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
16#
17# ????/??/?? is the date when the commit bit was obtained, usually the one you
18# can find looking at CVS logs for the access (or avail) file under CVSROOT.
18# can find looking at svn logs for the svnadmin/access file.
19# Use YYYY/MM/DD format.
19#
20# For returned commit bits, the node definition will follow this example:
21#
22# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
23#
24# The first date is the same as for an active committer, the second date is
20#
21# For returned commit bits, the node definition will follow this example:
22#
23# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
24#
25# The first date is the same as for an active committer, the second date is
25# the date when the commit bit has been returned. Again, check CVS logs.
26# the date when the commit bit has been returned. Again, check svn logs.
26
27node [color=grey62, style=filled, bgcolor=black];
28
29# Alumni go here.. Try to keep things sorted.
30
31alm [label="Andrew Moore\nalm@FreeBSD.org\n1993/06/12\n????/??/??"]
32anholt [label="Eric Anholt\nanholt@FreeBSD.org\n2002/04/22\n2008/08/07"]
33archie [label="Archie Cobbs\narchie@FreeBSD.org\n1998/11/06\n2006/06/09"]

--- 544 unchanged lines hidden ---
27
28node [color=grey62, style=filled, bgcolor=black];
29
30# Alumni go here.. Try to keep things sorted.
31
32alm [label="Andrew Moore\nalm@FreeBSD.org\n1993/06/12\n????/??/??"]
33anholt [label="Eric Anholt\nanholt@FreeBSD.org\n2002/04/22\n2008/08/07"]
34archie [label="Archie Cobbs\narchie@FreeBSD.org\n1998/11/06\n2006/06/09"]

--- 544 unchanged lines hidden ---