]> git.eshelyaron.com Git - emacs.git/commitdiff
; Move stray item from admin/notes/repo to CONTRIBUTE
authorNoam Postavsky <npostavs@gmail.com>
Thu, 20 Apr 2017 01:43:05 +0000 (21:43 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 20 Apr 2017 01:43:05 +0000 (21:43 -0400)
* admin/notes/repo: Remove stray item.
* CONTRIBUTE: Move it here, fix incorrect references to "branch".

CONTRIBUTE
admin/notes/repo

index b522c247f710a0414abb9209f848284c1b17d80e..7fdb2d7cf1d0026bc17714d0f55c30806fab75ca 100644 (file)
@@ -209,6 +209,12 @@ reasons.  These should be marked by including something like "Do not
 merge to master" or anything that matches gitmerge-skip-regexp (see
 admin/gitmerge.el) in the commit message.
 
+** GNU ELPA
+
+This repository does not contain the Emacs Lisp package archive
+(elpa.gnu.org).  See admin/notes/elpa for how to access the GNU ELPA
+repository.
+
 ** Emacs Mailing lists.
 
 Discussion about Emacs development takes place on emacs-devel@gnu.org.
index 3ab3da78071752842cf77aca1210a4686e074336..0da1e1e227a6e80d8c704ff5ec36e7622523042c 100644 (file)
@@ -1,12 +1,5 @@
 NOTES ON COMMITTING TO EMACS'S REPOSITORY    -*- outline -*-
 
-** elpa
-
-This branch does not contain a copy of Emacs, but of the Emacs Lisp
-package archive (elpa.gnu.org).  See admin/notes/elpa for further
-explanation, and the README file in the branch for usage
-instructions.
-
 * Install changes only on one branch, let them get merged elsewhere if needed.
 
 In particular, install bug-fixes only on the release branch (if there