<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/test/method3.go, branch dev.typealias</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: commentary for [h-m]*.go</title>
<updated>2012-02-23T07:47:26+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-02-23T07:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=501f0b578fd2bbd1919d85c4d3d4bb2e15e18545'/>
<id>501f0b578fd2bbd1919d85c4d3d4bb2e15e18545</id>
<content type='text'>
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5674112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5674112
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use testlib (another bunch).</title>
<updated>2012-02-18T21:15:42+00:00</updated>
<author>
<name>Rémy Oudompheng</name>
<email>oudomphe@phare.normalesup.org</email>
</author>
<published>2012-02-18T21:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=2ece2f58ee529288fdc7d5527569ec938405c01d'/>
<id>2ece2f58ee529288fdc7d5527569ec938405c01d</id>
<content type='text'>
Apply sed with:

1s,^// $G $D/$F.go &amp;&amp; $L $F.$A &amp;&amp; ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply sed with:

1s,^// $G $D/$F.go &amp;&amp; $L $F.$A &amp;&amp; ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099
</pre>
</div>
</content>
</entry>
<entry>
<title>delete all uses of panicln by rewriting them using panic or,</title>
<updated>2010-03-24T23:46:53+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-03-24T23:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=325cf8ef217b4e9ae2caf53fa0d4534cd5003bd8'/>
<id>325cf8ef217b4e9ae2caf53fa0d4534cd5003bd8</id>
<content type='text'>
in the tests, println+panic.
gofmt some tests too.

R=rsc
CC=golang-dev
https://golang.org/cl/741041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the tests, println+panic.
gofmt some tests too.

R=rsc
CC=golang-dev
https://golang.org/cl/741041
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: method expressions on concrete types</title>
<updated>2009-12-19T01:24:58+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-12-19T01:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=0d668259dc408742a0a10ac020b58add4fef6bab'/>
<id>0d668259dc408742a0a10ac020b58add4fef6bab</id>
<content type='text'>
R=ken2
https://golang.org/cl/180092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=ken2
https://golang.org/cl/180092
</pre>
</div>
</content>
</entry>
<entry>
<title>Automated g4 rollback of changelist 25024,</title>
<updated>2009-03-03T16:39:12+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-03T16:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=be2edb57614dd5a92294b7d29a34de754998fde5'/>
<id>be2edb57614dd5a92294b7d29a34de754998fde5</id>
<content type='text'>
plus significant hand editing.

Back to T{x} for composite literals.

R=r
OCL=25612
CL=25632
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
plus significant hand editing.

Back to T{x} for composite literals.

R=r
OCL=25612
CL=25632
</pre>
</div>
</content>
</entry>
<entry>
<title>convert composite literals from { } to ( ).</title>
<updated>2009-02-13T22:48:32+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-02-13T22:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=9f8f2e6130d7899b0f689232d173ea2e4441285c'/>
<id>9f8f2e6130d7899b0f689232d173ea2e4441285c</id>
<content type='text'>
only non-trivial changes are in
	convlit1.go
	golden.out

R=gri
OCL=25019
CL=25024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only non-trivial changes are in
	convlit1.go
	golden.out

R=gri
OCL=25019
CL=25024
</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>second pass on interface fixes and tests.</title>
<updated>2009-01-09T02:06:06+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-01-09T02:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=e512481b17d240d20f2800189ca5f22ea012906b'/>
<id>e512481b17d240d20f2800189ca5f22ea012906b</id>
<content type='text'>
R=ken
OCL=22370
CL=22372
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=ken
OCL=22370
CL=22372
</pre>
</div>
</content>
</entry>
</feed>
