Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(730)

Issue 14026043: code review 14026043: cmd/go: Re-arranged schemes which go get tries to fetch...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by msiebuhr
Modified:
9 years, 9 months ago
CC:
msiebuhr
Visibility:
Public.

Description

cmd/go: Re-arranged schemes which go get tries to fetch git repositories. git:// was tried first, but would hang for a long time if pinted at a http:// for https://-server. Fixes issue 6489.

Patch Set 1 #

Patch Set 2 : diff -r 92bdf3b20f52 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 92bdf3b20f52 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/cmd/go/vcs.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14
msiebuhr
Hello golang-dev@googlegroups.com (cc: sbhr@sbhr.dk), I'd like you to review this change to https://code.google.com/p/go/
10 years, 6 months ago (2013-09-27 07:55:12 UTC) #1
bradfitz
Doesn't this just shift the problem? On Sep 27, 2013 6:07 AM, <sbhr@sbhr.dk> wrote: > ...
10 years, 6 months ago (2013-09-28 16:07:54 UTC) #2
msiebuhr
Brad &al, I believe git (when running the git://-proto) backs out gracefully when pointed at ...
10 years, 6 months ago (2013-09-28 21:09:41 UTC) #3
msiebuhr
Done a bit more testing on this: - https and http backs out gracefully when ...
10 years, 6 months ago (2013-10-07 09:23:50 UTC) #4
josharian
I'm not keen on this. * This sounds like a git problem, not a go ...
10 years, 6 months ago (2013-10-07 15:00:25 UTC) #5
rsc
Not for Go 1.2
10 years, 6 months ago (2013-10-07 15:01:33 UTC) #6
msiebuhr
Hi Josh, On Mon, Oct 7, 2013 at 4:59 PM, Josh Bleecher Snyder <josharian@gmail.com> wrote: ...
10 years, 6 months ago (2013-10-07 19:27:32 UTC) #7
josharian
>> * Dealing with git credentials over https is a bit of a pain, so ...
10 years, 6 months ago (2013-10-07 21:03:17 UTC) #8
adg
When does "go get" try to access VCSes on non-standard ports? As has been discussed ...
10 years, 6 months ago (2013-10-07 23:54:31 UTC) #9
rsc
Nothing here is changing for Go 1.2.
10 years, 6 months ago (2013-10-09 01:13:25 UTC) #10
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:06 UTC) #11
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:06 UTC) #12
gobot
R=adg@golang.org (assigned by bradfitz@golang.org)
10 years, 3 months ago (2014-01-09 21:16:50 UTC) #13
gobot
9 years, 9 months ago (2014-07-16 10:51:42 UTC) #14
R=close (assigned by dave@cheney.net)
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b