<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/misc/committers-ports.dot, branch release/12.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>following "Setup, Conventions, and Traditions" (Committer's Guide);</title>
<updated>2018-10-09T07:22:14+00:00</updated>
<author>
<name>Vinícius Zavam</name>
<email>egypcio@FreeBSD.org</email>
</author>
<published>2018-10-09T07:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fc5e4199a63c7286a14897dcd235185d33dc8437'/>
<id>fc5e4199a63c7286a14897dcd235185d33dc8437</id>
<content type='text'>
5. share/misc/committers-ports.dot
  * reflecting my privileges only for ports/, with mentors' entries;
  * did test it with dot (graphics/graphviz) to check accent support.
9. usr.bin/calendar/calendars/calendar.freebsd
  * added birth date + place.

'calendar.freebsd' offers UTF-8, so I added my entry using proper accents.

Reviewed by:	rene (mentor)
Approved by:	re (gjb), araujo (mentor), beat (mentor)
Differential Revision:	https://reviews.freebsd.org/D17469
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5. share/misc/committers-ports.dot
  * reflecting my privileges only for ports/, with mentors' entries;
  * did test it with dot (graphics/graphviz) to check accent support.
9. usr.bin/calendar/calendars/calendar.freebsd
  * added birth date + place.

'calendar.freebsd' offers UTF-8, so I added my entry using proper accents.

Reviewed by:	rene (mentor)
Approved by:	re (gjb), araujo (mentor), beat (mentor)
Differential Revision:	https://reviews.freebsd.org/D17469
</pre>
</div>
</content>
</entry>
<entry>
<title>Add myself to committers-ports.dot</title>
<updated>2018-09-10T15:59:37+00:00</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2018-09-10T15:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=90f900fcea568ff88026e6246f9693be3245e957'/>
<id>90f900fcea568ff88026e6246f9693be3245e957</id>
<content type='text'>
Approved by:	re (gjb), bapt (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (gjb), bapt (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add kbowling to ports committer list and calendar</title>
<updated>2018-09-05T01:46:27+00:00</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2018-09-05T01:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=205f11bbe495caef3ef5eb5b5d99d604a5ecd2e9'/>
<id>205f11bbe495caef3ef5eb5b5d99d604a5ecd2e9</id>
<content type='text'>
Approved by:	re (rgrimes), timur (mentor), krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (rgrimes), timur (mentor), krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17021
</pre>
</div>
</content>
</entry>
<entry>
<title>Add jhixson to committers-ports.dot and calendar.freebsd</title>
<updated>2018-07-24T18:33:26+00:00</updated>
<author>
<name>John Hixson</name>
<email>jhixson@FreeBSD.org</email>
</author>
<published>2018-07-24T18:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d7aabdd96cb661883bb08a16da441cb757dd70ea'/>
<id>d7aabdd96cb661883bb08a16da441cb757dd70ea</id>
<content type='text'>
Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16424
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D16424
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the correct DOT language syntax for an ID with a leading digit (0mp).</title>
<updated>2018-07-21T19:16:38+00:00</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2018-07-21T19:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a422353ed4a172723ff4726e5b8ddcfc6b890962'/>
<id>a422353ed4a172723ff4726e5b8ddcfc6b890962</id>
<content type='text'>
It turns out that my username (0mp) is not a valid ID in the DOT language
because it starts with a digit. The easiest way to fix it is to put my
username in double quotes.

Reported by:	pstef
Reviewed by:	krion (mentor)
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D16372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that my username (0mp) is not a valid ID in the DOT language
because it starts with a digit. The easiest way to fix it is to put my
username in double quotes.

Reported by:	pstef
Reviewed by:	krion (mentor)
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D16372
</pre>
</div>
</content>
</entry>
<entry>
<title>Update mentor and mentee information.</title>
<updated>2018-07-19T12:58:10+00:00</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2018-07-19T12:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9c4b1419f00625b96fba61c5402306589a0f4ba9'/>
<id>9c4b1419f00625b96fba61c5402306589a0f4ba9</id>
<content type='text'>
Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D16295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D16295
</pre>
</div>
</content>
</entry>
<entry>
<title>Add jsm in committers-ports.dot with mentor/mentee</title>
<updated>2018-07-05T16:18:05+00:00</updated>
<author>
<name>Jesper Schmitz Mouridsen</name>
<email>jsm@FreeBSD.org</email>
</author>
<published>2018-07-05T16:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dccc6f2b08bd4587e5051c18a92ee02e8f1527f2'/>
<id>dccc6f2b08bd4587e5051c18a92ee02e8f1527f2</id>
<content type='text'>
Approved by:	miwi (mentor)
Differential Revision:https://reviews.freebsd.org/D16143
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	miwi (mentor)
Differential Revision:https://reviews.freebsd.org/D16143
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete my vertex even though edges were in place.</title>
<updated>2018-07-04T16:50:51+00:00</updated>
<author>
<name>Sean Chittenden</name>
<email>seanc@FreeBSD.org</email>
</author>
<published>2018-07-04T16:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f7e62764368f46ccedb222738670a6ecf13e1023'/>
<id>f7e62764368f46ccedb222738670a6ecf13e1023</id>
<content type='text'>
Reported by:	swills
Approved by:	swills (mentor, implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	swills
Approved by:	swills (mentor, implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hrs, meta and myself to share/misc/committers-ports.dot</title>
<updated>2018-06-12T07:51:03+00:00</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2018-06-12T07:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1833cea27ec05efda273614a46e23f0a4d729742'/>
<id>1833cea27ec05efda273614a46e23f0a4d729742</id>
<content type='text'>
Approved by:	remko
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	remko
</pre>
</div>
</content>
</entry>
<entry>
<title>Add myself (arrowd) to share/misc/committers-ports.dot</title>
<updated>2018-05-25T11:49:21+00:00</updated>
<author>
<name>Gleb Popov</name>
<email>arrowd@FreeBSD.org</email>
</author>
<published>2018-05-25T11:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=13ab2c5370260f014734505ad330dc0ee4cdd2b5'/>
<id>13ab2c5370260f014734505ad330dc0ee4cdd2b5</id>
<content type='text'>
Approved by:	tcberner (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	tcberner (mentor)
</pre>
</div>
</content>
</entry>
</feed>
