<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/doc/go1.html, 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>doc: link directly to https://golang.org/dl/</title>
<updated>2014-09-11T23:15:58+00:00</updated>
<author>
<name>Matthew Dempsky</name>
<email>mdempsky@google.com</email>
</author>
<published>2014-09-11T23:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=6e55f7a87b8400073119612c0a3bd3f443b69f14'/>
<id>6e55f7a87b8400073119612c0a3bd3f443b69f14</id>
<content type='text'>
Fixes #8705.

LGTM=adg
R=golang-codereviews, bradfitz, adg
CC=golang-codereviews
https://golang.org/cl/142890044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8705.

LGTM=adg
R=golang-codereviews, bradfitz, adg
CC=golang-codereviews
https://golang.org/cl/142890044
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: drop scheme from links that are known to support HTTPS</title>
<updated>2014-07-25T00:28:39+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2014-07-25T00:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=43ad89d627ece6d95529a51eeba67b8748039103'/>
<id>43ad89d627ece6d95529a51eeba67b8748039103</id>
<content type='text'>
golang.org now serves HTTPS with a valid cert, so it's reasonable
that users should click through to the HTTPS versions of *.golang.org
and other known sites.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/112650043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
golang.org now serves HTTPS with a valid cert, so it's reasonable
that users should click through to the HTTPS versions of *.golang.org
and other known sites.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/112650043
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: link to new downloads page</title>
<updated>2014-06-13T06:34:52+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2014-06-13T06:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=7d3be61386bd7aab350b443808e2b0e5171033a9'/>
<id>7d3be61386bd7aab350b443808e2b0e5171033a9</id>
<content type='text'>
LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://golang.org/cl/102340044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://golang.org/cl/102340044
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: re-organize golang.org site content</title>
<updated>2013-09-16T05:47:13+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-09-16T05:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=5dd74175d4c80fbe3a3dfda31bdc3ac745266baa'/>
<id>5dd74175d4c80fbe3a3dfda31bdc3ac745266baa</id>
<content type='text'>
Remove "References" section.
Remove most articles and redirect to blog.golang.org.
Move /ref/spec and /ref/mem to /doc/spec and /doc/mem.
Remove duplicate links from the remaining
"Documents", "The Project", and "Help" pages.
Defer to the wiki for more links and community content.
Update command reference and mention cover tool.
Add "Pop-out" text to the front page.
Pick one of four videos at random to feature on the front page.

Fixes #2547.
Fixes #5561.
Fixes #6321.

R=r, dominik.honnef
CC=golang-dev
https://golang.org/cl/13724043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove "References" section.
Remove most articles and redirect to blog.golang.org.
Move /ref/spec and /ref/mem to /doc/spec and /doc/mem.
Remove duplicate links from the remaining
"Documents", "The Project", and "Help" pages.
Defer to the wiki for more links and community content.
Update command reference and mention cover tool.
Add "Pop-out" text to the front page.
Pick one of four videos at random to feature on the front page.

Fixes #2547.
Fixes #5561.
Fixes #6321.

R=r, dominik.honnef
CC=golang-dev
https://golang.org/cl/13724043
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: misc tweaks, new links, fix broken links</title>
<updated>2013-04-18T19:43:23+00:00</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-04-18T19:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=12566a60d789077bcaeb699879695060cae6f8c4'/>
<id>12566a60d789077bcaeb699879695060cae6f8c4</id>
<content type='text'>
I read docs and wrote a crawler + link checker on the plane,
which also checks for #fragments. I'll send that out later
when it's less gross.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8729050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I read docs and wrote a crawler + link checker on the plane,
which also checks for #fragments. I'll send that out later
when it's less gross.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8729050
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix id attributes in links to godoc</title>
<updated>2012-12-28T23:41:39+00:00</updated>
<author>
<name>Péter Surányi</name>
<email>speter.go1@gmail.com</email>
</author>
<published>2012-12-28T23:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=be7c0f31c798c0c826e7b92d705a270f2e870ca5'/>
<id>be7c0f31c798c0c826e7b92d705a270f2e870ca5</id>
<content type='text'>
CL6449105 changed godoc id attributes to ensure uniqueness.
This CL updates links to godoc pages in documents that used
the old id attributes.

R=golang-dev, dsymonds
CC=golang-dev, speter.go1
https://golang.org/cl/7015051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CL6449105 changed godoc id attributes to ensure uniqueness.
This CL updates links to godoc pages in documents that used
the old id attributes.

R=golang-dev, dsymonds
CC=golang-dev, speter.go1
https://golang.org/cl/7015051
</pre>
</div>
</content>
</entry>
<entry>
<title>old/regexp, old/template: delete.</title>
<updated>2012-04-27T05:12:24+00:00</updated>
<author>
<name>David Symonds</name>
<email>dsymonds@golang.org</email>
</author>
<published>2012-04-27T05:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=9ce770afad1b967fe14ac9a9df4e984e45cea9ee'/>
<id>9ce770afad1b967fe14ac9a9df4e984e45cea9ee</id>
<content type='text'>
Both of these have replacements.

R=golang-dev, r, rsc, r, adg
CC=golang-dev
https://golang.org/cl/5979046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both of these have replacements.

R=golang-dev, r, rsc, r, adg
CC=golang-dev
https://golang.org/cl/5979046
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix minor typo in Go 1 release notes</title>
<updated>2012-04-11T00:59:03+00:00</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2012-04-11T00:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=d7bc644ba2fd19418a31bc7fbf39bb8df2494e4c'/>
<id>d7bc644ba2fd19418a31bc7fbf39bb8df2494e4c</id>
<content type='text'>
Fixes #3478.

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

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5986074
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/go1: minor fixes</title>
<updated>2012-03-30T06:06:12+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2012-03-30T06:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=c80a32b581770248becf79950b7c77f415eed0d4'/>
<id>c80a32b581770248becf79950b7c77f415eed0d4</id>
<content type='text'>
        Fixes #3427.
        Part of issue 3424.

R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5959045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        Fixes #3427.
        Part of issue 3424.

R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5959045
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/go1: add mention of packaged releases</title>
<updated>2012-03-23T23:14:07+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-03-23T23:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=c5f695e8639f6fccac0c7dca02739c8f64dca5a0'/>
<id>c5f695e8639f6fccac0c7dca02739c8f64dca5a0</id>
<content type='text'>
Fixes #3245.

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

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5905045
</pre>
</div>
</content>
</entry>
</feed>
