From: Zack Piper <zack@apertron.net>
To: emacs-devel@gnu.org
Subject: Re: About the differences among the versions of emacs obtained by different git commands.
Date: Sun, 6 Sep 2015 09:49:44 +0200 [thread overview]
Message-ID: <20150906074944.GA2037@apertron.net> (raw)
In-Reply-To: <87mvx0c83u.fsf@web.de>
Hongyi Zhao <hongyi.zhao@gmail.com> writes:
> Again, are the following two commands equivalent or not:
>
> git clone git://git.sv.gnu.org/emacs/elpa
> git clone git://git.savannah.gnu.org/emacs/elpa.git
`git.sv.gnu.org' and `git.savannah.gnu.org' are the same thing,
according to `dig':
$ diff =(dig git.sv.gnu.org) =(dig git.savannah.gnu.org) # zsh output-to-file syntax (`=') used if you're curious.
2c2
< ; <<>> DiG 9.9.6-P1 <<>> git.sv.gnu.org
---
> ; <<>> DiG 9.9.6-P1 <<>> git.savannah.gnu.org
5c5
< ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13244
---
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45385
11c11
< ;git.sv.gnu.org. IN A
---
> ;git.savannah.gnu.org. IN A
14c14
< git.sv.gnu.org. 119 IN A 208.118.235.72
---
> git.savannah.gnu.org. 285 IN A 208.118.235.72
17d16
< gnu.org. 41581 IN NS ns2.gnu.org.
19a19
> gnu.org. 41581 IN NS ns2.gnu.org.
31c31
< ;; MSG SIZE rcvd: 217
---
> ;; MSG SIZE rcvd: 223
Which indicates that the IP addresses are the same.
`sv.gnu.org' is (probably) only used as a shorthand for
`savannah.gnu.org' literally only for convenience. If there is in fact
a different I'd be very interested to here about it.
For more proof I cloned both repositories and measured the directory
sizes:
$ du -s savannah.gnu.org sv.gnu
72116 savannah.gnu.org
72120 sv.gnu
Where the host name of where I cloned it from (which is stored in
`.git.config') is probably the only thing making a difference.
--
Zack Piper <zack@apertron.net> http://apertron.net
next prev parent reply other threads:[~2015-09-06 7:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-30 16:03 About the differences among the versions of emacs obtained by different git commands Hongyi Zhao
2015-09-06 7:36 ` Michael Heerdegen
2015-09-06 7:49 ` Zack Piper [this message]
2015-09-06 7:56 ` Michael Heerdegen
2015-09-06 21:44 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150906074944.GA2037@apertron.net \
--to=zack@apertron.net \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.