git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitscm vs. git-scm
@ 2015-06-09 12:58 Michael J Gruber
  2015-06-09 13:08 ` Matthieu Moy
  0 siblings, 1 reply; 4+ messages in thread
From: Michael J Gruber @ 2015-06-09 12:58 UTC (permalink / raw)
  To: Git Mailing List, Scott Chacon

Hi there,

I (mis-) remembered the git site address and noticed that gitscm.com
returns empty while git-scm.com is our beloved home. I thought, though,
that we have a couple domains with redirects but I may be misremembering
that also. Or DNS is "hicking up".

Cheers,
Michael

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gitscm vs. git-scm
  2015-06-09 12:58 gitscm vs. git-scm Michael J Gruber
@ 2015-06-09 13:08 ` Matthieu Moy
  2015-06-09 13:47   ` Michael J Gruber
  2015-06-09 14:21   ` Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: Matthieu Moy @ 2015-06-09 13:08 UTC (permalink / raw)
  To: Michael J Gruber; +Cc: Git Mailing List, Scott Chacon

Michael J Gruber <git@drmicha.warpmail.net> writes:

> Hi there,
>
> I (mis-) remembered the git site address and noticed that gitscm.com
> returns empty while git-scm.com is our beloved home. I thought, though,
> that we have a couple domains with redirects but I may be misremembering
> that also. Or DNS is "hicking up".

Not the DNS. gitscm.com is returning a whole window frame containing
git-scm.com, but then the frame doesn't load (at least in Firefox). The
inspector tells me:

Load denied by X-Frame-Options: http://git-scm.com/ does not permit cross-origin framing.

I guess gitscm.com should just redirect to git-scm.com (sending the
Location: field, and/or with stg like
<meta http-equiv="Refresh" content="0; URL=http://git-scm.com" />
)

Frames are so 2000 ;-).

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gitscm vs. git-scm
  2015-06-09 13:08 ` Matthieu Moy
@ 2015-06-09 13:47   ` Michael J Gruber
  2015-06-09 14:21   ` Jeff King
  1 sibling, 0 replies; 4+ messages in thread
From: Michael J Gruber @ 2015-06-09 13:47 UTC (permalink / raw)
  To: Matthieu Moy; +Cc: Git Mailing List, Scott Chacon

Matthieu Moy venit, vidit, dixit 09.06.2015 15:08:
> Michael J Gruber <git@drmicha.warpmail.net> writes:
> 
>> Hi there,
>>
>> I (mis-) remembered the git site address and noticed that gitscm.com
>> returns empty while git-scm.com is our beloved home. I thought, though,
>> that we have a couple domains with redirects but I may be misremembering
>> that also. Or DNS is "hicking up".
> 
> Not the DNS. gitscm.com is returning a whole window frame containing
> git-scm.com, but then the frame doesn't load (at least in Firefox). The
> inspector tells me:
> 
> Load denied by X-Frame-Options: http://git-scm.com/ does not permit cross-origin framing.
> 
> I guess gitscm.com should just redirect to git-scm.com (sending the
> Location: field, and/or with stg like
> <meta http-equiv="Refresh" content="0; URL=http://git-scm.com" />
> )
> 
> Frames are so 2000 ;-).
> 

Ooo, frames. That's my second encounter with zombies today.

[Should have hit CTRL+U myself, sorry.]

Michael

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gitscm vs. git-scm
  2015-06-09 13:08 ` Matthieu Moy
  2015-06-09 13:47   ` Michael J Gruber
@ 2015-06-09 14:21   ` Jeff King
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff King @ 2015-06-09 14:21 UTC (permalink / raw)
  To: Matthieu Moy; +Cc: Michael J Gruber, Git Mailing List, Scott Chacon

On Tue, Jun 09, 2015 at 03:08:46PM +0200, Matthieu Moy wrote:

> I guess gitscm.com should just redirect to git-scm.com (sending the
> Location: field, and/or with stg like
> <meta http-equiv="Refresh" content="0; URL=http://git-scm.com" />

We (the git project) don't own gitscm.com. I don't recognize the name on
the whois:

  $ whois gitscm.com | grep ^Registrant
  Registrant Name: Jimmy Ho
  Registrant Organization: Jimhoyd LLC
  Registrant Street: PO Box 182
  Registrant City: Walnut Creek
  Registrant State/Province: California
  Registrant Postal Code: 94597
  Registrant Country: United States
  Registrant Phone: +1.4158468899
  Registrant Phone Ext: 
  Registrant Fax: 
  Registrant Fax Ext: 
  Registrant Email: support@jimhoyd.com

Doesn't seem like a domain squatter, as it redirects to git-scm.com
(albeit weirdly) and does not seem to inject ads or other crap.

-Peff

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-09 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 12:58 gitscm vs. git-scm Michael J Gruber
2015-06-09 13:08 ` Matthieu Moy
2015-06-09 13:47   ` Michael J Gruber
2015-06-09 14:21   ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).