<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/doc/codewalk, branch dev.inline</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>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://git.baserock.org/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>doc: rewrite references to plan9.bell-labs.com to 9p.io</title>
<updated>2016-02-04T22:47:16+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2016-02-04T22:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=39304eb69d7f6117e60630452c0e037dbb555f5e'/>
<id>39304eb69d7f6117e60630452c0e037dbb555f5e</id>
<content type='text'>
The plan9.bell-labs.com site has fallen into disrepair.
We'll instead use the site maintained by contributor David du Colombier.

Fixes #14233

Change-Id: I0c702e5d3b091cccd42b288ea32f34d507a4733d
Reviewed-on: https://go-review.googlesource.com/19240
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: David du Colombier &lt;0intro@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The plan9.bell-labs.com site has fallen into disrepair.
We'll instead use the site maintained by contributor David du Colombier.

Fixes #14233

Change-Id: I0c702e5d3b091cccd42b288ea32f34d507a4733d
Reviewed-on: https://go-review.googlesource.com/19240
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: David du Colombier &lt;0intro@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix typo in sharemem codewalk</title>
<updated>2014-05-21T21:34:20+00:00</updated>
<author>
<name>Emil Hessman</name>
<email>c.emil.hessman@gmail.com</email>
</author>
<published>2014-05-21T21:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=52abddb71273cd439a5ea6670270a165f08aba8c'/>
<id>52abddb71273cd439a5ea6670270a165f08aba8c</id>
<content type='text'>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/98460045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/98460045
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix small HTML problems</title>
<updated>2013-10-12T22:40:41+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2013-10-12T22:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=26f43a089e9d77cdb8c7c7f2c600631283de91f2'/>
<id>26f43a089e9d77cdb8c7c7f2c600631283de91f2</id>
<content type='text'>
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/14629043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/14629043
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: don't invoke go build with -o /dev/null during test</title>
<updated>2013-08-01T01:03:13+00:00</updated>
<author>
<name>Robert Daniel Kortschak</name>
<email>dan.kortschak@adelaide.edu.au</email>
</author>
<published>2013-08-01T01:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=64cb2cf5ccff1f7f86a481992d6085eddb2db5ad'/>
<id>64cb2cf5ccff1f7f86a481992d6085eddb2db5ad</id>
<content type='text'>
Fixes #5998.

R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/12149043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #5998.

R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/12149043
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: don't block page load on JavaScript fetch</title>
<updated>2013-07-30T04:22:14+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-07-30T04:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=d920d8d8493635ff91194a28332b904dbf819214'/>
<id>d920d8d8493635ff91194a28332b904dbf819214</id>
<content type='text'>
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/12050045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/12050045
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/codewalk: test source code</title>
<updated>2013-07-29T23:42:53+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-07-29T23:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=fc32bfa9cc4bec0eeed7193f96ea5ffc2c32ca49'/>
<id>fc32bfa9cc4bec0eeed7193f96ea5ffc2c32ca49</id>
<content type='text'>
Fixes #2648.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11331043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2648.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/11331043
</pre>
</div>
</content>
</entry>
<entry>
<title>all: fix typos</title>
<updated>2013-04-23T20:46:14+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2013-04-23T20:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=7bec1a6033d92e140a255c1093d587c3927e1ab9'/>
<id>7bec1a6033d92e140a255c1093d587c3927e1ab9</id>
<content type='text'>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8896045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8896045
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/codewalk/markov: fix slice error in description</title>
<updated>2013-04-01T22:52:15+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2013-04-01T22:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=b91ae5c27c3b21e8364a7dec732d7885ce6a2073'/>
<id>b91ae5c27c3b21e8364a7dec732d7885ce6a2073</id>
<content type='text'>
Fixes #5176.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8118046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #5176.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8118046
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/codewalk: gofmt pig.go</title>
<updated>2013-01-31T21:42:26+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2013-01-31T21:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=d314e3a68e08fd0769847ca4eb6f9fef335266bd'/>
<id>d314e3a68e08fd0769847ca4eb6f9fef335266bd</id>
<content type='text'>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7221079
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7221079
</pre>
</div>
</content>
</entry>
</feed>
