all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* About the differences among the versions of emacs obtained by different git commands.
@ 2015-08-30 16:03 Hongyi Zhao
  2015-09-06  7:36 ` Michael Heerdegen
  0 siblings, 1 reply; 5+ messages in thread
From: Hongyi Zhao @ 2015-08-30 16:03 UTC (permalink / raw)
  To: Emacs-devel

Hi all,

From the following webpage,

https://savannah.gnu.org/projects/emacs,

I can find the following coammands for using git to obtain the source
code of emacs:

git clone -b master git://git.sv.gnu.org/emacs.git
git clone -b emacs-24 git://git.sv.gnu.org/emacs.git
git clone git://git.sv.gnu.org/emacs/elpa

Then, from the following webpage,

https://savannah.gnu.org/git/?group=emacs

It also give two git commands for obtaining the source code of emacs:

git clone git://git.savannah.gnu.org/emacs.git

and

git clone git://git.savannah.gnu.org/emacs/elpa.git

About these commands, I've the following issues:

1- Are the following two commands equivalent or not:

git clone -b master git://git.sv.gnu.org/emacs.git
git clone git://git.savannah.gnu.org/emacs.git


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

2- If I have obtained the source code for emacs master or emacs-24, is
the elpa code also included in them or not?

Regards
-- 
Hongyi Zhao <hongyi.zhao@gmail.com>
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences
GnuPG DSA: 0xD108493



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2015-09-06  7:56     ` Michael Heerdegen
2015-09-06 21:44       ` Stefan Monnier

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.