<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/test/fixedbugs/bug392.dir, branch dev.debug</title>
<subtitle>github.com: golang/go
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/'/>
<entry>
<title>all: make copyright headers consistent with one space after period</title>
<updated>2016-05-02T13:43:18+00:00</updated>
<author>
<name>Emmanuel Odeke</name>
<email>emm.odeke@gmail.com</email>
</author>
<published>2016-04-10T21:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=53fd522c0db58f3bd75d85295f46bb06e8ab1a9b'/>
<id>53fd522c0db58f3bd75d85295f46bb06e8ab1a9b</id>
<content type='text'>
Follows suit with https://go-review.googlesource.com/#/c/20111.

Generated by running
$ grep -R 'Go Authors.  All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors.  All/Go Authors. All/g' $F;done

The code in cmd/internal/unvendor wasn't changed.

Fixes #15213

Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follows suit with https://go-review.googlesource.com/#/c/20111.

Generated by running
$ grep -R 'Go Authors.  All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors.  All/Go Authors. All/g' $F;done

The code in cmd/internal/unvendor wasn't changed.

Fixes #15213

Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use run.go for more tests.</title>
<updated>2012-08-25T08:16:02+00:00</updated>
<author>
<name>Rémy Oudompheng</name>
<email>oudomphe@phare.normalesup.org</email>
</author>
<published>2012-08-25T08:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=a85fa33ece194e5b8709330e85575575c1c3b2e2'/>
<id>a85fa33ece194e5b8709330e85575575c1c3b2e2</id>
<content type='text'>
R=golang-dev, alex.brainman, minux.ma
CC=golang-dev
https://golang.org/cl/6443110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, alex.brainman, minux.ma
CC=golang-dev
https://golang.org/cl/6443110
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: implicit type bug fix in export data</title>
<updated>2012-02-09T05:26:08+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-09T05:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=5c52404aca4f4c2800031ce60624c76b7058b245'/>
<id>5c52404aca4f4c2800031ce60624c76b7058b245</id>
<content type='text'>
TBR=lvd
CC=golang-dev
https://golang.org/cl/5644064
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBR=lvd
CC=golang-dev
https://golang.org/cl/5644064
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: don't print implicit type on struct literal in export</title>
<updated>2012-02-06T11:19:59+00:00</updated>
<author>
<name>Luuk van Dijk</name>
<email>lvd@golang.org</email>
</author>
<published>2012-02-06T11:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=419c53af30c1898a75ac0ef5ba49533ea91ddcfc'/>
<id>419c53af30c1898a75ac0ef5ba49533ea91ddcfc</id>
<content type='text'>
As pointed out in the discussion around 2678.

R=rsc
CC=golang-dev
https://golang.org/cl/5534077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As pointed out in the discussion around 2678.

R=rsc
CC=golang-dev
https://golang.org/cl/5534077
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: inlining bug</title>
<updated>2012-01-12T01:32:02+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-01-12T01:32:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=524fb81c41ea559306a5ee3dbaf60fa6cda2479f'/>
<id>524fb81c41ea559306a5ee3dbaf60fa6cda2479f</id>
<content type='text'>
R=lvd
CC=golang-dev
https://golang.org/cl/5533078
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=lvd
CC=golang-dev
https://golang.org/cl/5533078
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: fix inlining bug</title>
<updated>2012-01-11T22:25:09+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-01-11T22:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=81728cf06da55bfc66981e0df2414accc876bccc'/>
<id>81728cf06da55bfc66981e0df2414accc876bccc</id>
<content type='text'>
R=lvd
CC=golang-dev
https://golang.org/cl/5532077
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=lvd
CC=golang-dev
https://golang.org/cl/5532077
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: fix inlining bug</title>
<updated>2012-01-11T21:21:06+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-01-11T21:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=836a517f694a4d737f0e58c68700a94483834fb6'/>
<id>836a517f694a4d737f0e58c68700a94483834fb6</id>
<content type='text'>
Fixes #2682.

R=lvd
CC=golang-dev
https://golang.org/cl/5538043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2682.

R=lvd
CC=golang-dev
https://golang.org/cl/5538043
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: export nil literals without inferred type.</title>
<updated>2012-01-11T20:26:54+00:00</updated>
<author>
<name>Luuk van Dijk</name>
<email>lvd@golang.org</email>
</author>
<published>2012-01-11T20:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=feaa9ed10aa369d27dcf5a69863c481f4875bd39'/>
<id>feaa9ed10aa369d27dcf5a69863c481f4875bd39</id>
<content type='text'>
Fixes #2678

R=rsc
CC=golang-dev
https://golang.org/cl/5529066
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2678

R=rsc
CC=golang-dev
https://golang.org/cl/5529066
</pre>
</div>
</content>
</entry>
</feed>
