<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/test/func.go, branch dev.typeparams</title>
<subtitle>github.com: golang/go
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/'/>
<entry>
<title>test: explanatory comments [c-g]*</title>
<updated>2012-02-19T03:28:53+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-02-19T03:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=83976e3ac8a4b6da1782ca850ba9806b63b65c38'/>
<id>83976e3ac8a4b6da1782ca850ba9806b63b65c38</id>
<content type='text'>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5656103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5656103
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use testlib (fourth 100)</title>
<updated>2012-02-17T04:50:37+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-17T04:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=d2cc9884296e84f18ff23550a4561e7b0109efd5'/>
<id>d2cc9884296e84f18ff23550a4561e7b0109efd5</id>
<content type='text'>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5673079
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5673079
</pre>
</div>
</content>
</entry>
<entry>
<title>delete float, complex - code changes</title>
<updated>2011-01-20T04:09:00+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-01-20T04:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=f2b5a07453277de6bc500dc283799441cc375239'/>
<id>f2b5a07453277de6bc500dc283799441cc375239</id>
<content type='text'>
also:
	cmplx -&gt; complex
	float64(1.0) -&gt; 1.0
	float64(1) -&gt; 1.0

R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also:
	cmplx -&gt; complex
	float64(1.0) -&gt; 1.0
	float64(1) -&gt; 1.0

R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove semiocolons.</title>
<updated>2010-09-04T00:36:13+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-09-04T00:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=4f61fc96b2788be7cbfc6f7a72acef3d3feeeb6c'/>
<id>4f61fc96b2788be7cbfc6f7a72acef3d3feeeb6c</id>
<content type='text'>
The ken directory is untouched so we have some examples with explicit semis.

R=gri
CC=golang-dev
https://golang.org/cl/2157041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ken directory is untouched so we have some examples with explicit semis.

R=gri
CC=golang-dev
https://golang.org/cl/2157041
</pre>
</div>
</content>
</entry>
<entry>
<title>delete export</title>
<updated>2009-01-20T22:40:40+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-01-20T22:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=839a68469b6f8bf40620a7977041e089bbd0eba3'/>
<id>839a68469b6f8bf40620a7977041e089bbd0eba3</id>
<content type='text'>
TBR=r
OCL=23121
CL=23127
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBR=r
OCL=23121
CL=23127
</pre>
</div>
</content>
</entry>
<entry>
<title>convert tests; nothing interesting.</title>
<updated>2009-01-17T00:12:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-01-17T00:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=f48cbfdf5629526ed49534e55298a5a12216ea0c'/>
<id>f48cbfdf5629526ed49534e55298a5a12216ea0c</id>
<content type='text'>
R=r
OCL=23012
CL=23014
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
OCL=23012
CL=23014
</pre>
</div>
</content>
</entry>
<entry>
<title>new new &amp; make</title>
<updated>2009-01-06T23:19:02+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-01-06T23:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=5564504507c9b307840a5d13d9700d46e2a8524d'/>
<id>5564504507c9b307840a5d13d9700d46e2a8524d</id>
<content type='text'>
R=r
OCL=22166
CL=22166
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
OCL=22166
CL=22166
</pre>
</div>
</content>
</entry>
<entry>
<title>change *map to map; *chan to chan; new(T) to new(*T)</title>
<updated>2008-12-19T11:05:37+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2008-12-19T11:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=08ca30bbfad04d3ca1bf7ae75c291b91ecb00aef'/>
<id>08ca30bbfad04d3ca1bf7ae75c291b91ecb00aef</id>
<content type='text'>
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug depot:</title>
<updated>2008-08-12T05:07:49+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2008-08-12T05:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=bc2f5f1dce1687d0aff0d51ea1b56a5d52aa3891'/>
<id>bc2f5f1dce1687d0aff0d51ea1b56a5d52aa3891</id>
<content type='text'>
	1) fix print statements, panic statements (parentheses required)
	2) len is now allowed as a var name (bug053)

R=gri
OCL=14106
CL=14106
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	1) fix print statements, panic statements (parentheses required)
	2) len is now allowed as a var name (bug053)

R=gri
OCL=14106
CL=14106
</pre>
</div>
</content>
</entry>
<entry>
<title>test update. also remove two duplicates</title>
<updated>2008-07-08T19:22:21+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2008-07-08T19:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=6810f39edf213a64d9c8a024413a53629ef82c7d'/>
<id>6810f39edf213a64d9c8a024413a53629ef82c7d</id>
<content type='text'>
SVN=126336
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN=126336
</pre>
</div>
</content>
</entry>
</feed>
