[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] main c407181373: Instruct contributors to not edit my packages
From: |
Jonas Bernoulli |
Subject: |
[nongnu] main c407181373: Instruct contributors to not edit my packages here |
Date: |
Thu, 29 Aug 2024 11:24:48 -0400 (EDT) |
branch: main
commit c4071813733c2af4e24e6702b5bfe5aa604bf4a7
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Instruct contributors to not edit my packages here
* elpa-packages (emacsql, git-commit, git-modes, magit)
(magit-section, orgit): Instruct contributors to not directly edit
my package's branches in this repository and to instead submit
pull-requests in the respective upstream repositories.
---
elpa-packages | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index ae6b6ade3b..7855295d95 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -178,6 +178,11 @@
:ignored-files ("Makefile" "ISSUES.org" "RELEASE" "config.mk"))
(emacsql :url "https://github.com/magit/emacsql"
+ ;; The author of this package views its branch in the NonGNU ELPA
+ ;; repository as nothing but a distribution mechanism, and requests
+ ;; that you make no changes whatsoever to that branch, and instead
+ ;; open a pull-request in the above upstream repository, even for
+ ;; the most trivial of changes.
:readme "README.md"
:ignored-files (".github" "Makefile" "tests"))
@@ -296,6 +301,11 @@
(geiser-stklos :url
"https://gitlab.com/emacs-geiser/stklos.git")
(git-commit :url "https://github.com/magit/magit"
+ ;; The author of this package views its branch in the NonGNU ELPA
+ ;; repository as nothing but a distribution mechanism, and requests
+ ;; that you make no changes whatsoever to that branch, and instead
+ ;; open a pull-request in the above upstream repository, even for
+ ;; the most trivial of changes.
:lisp-dir "lisp"
:ignored-files
("docs" "test" ".github"
@@ -304,6 +314,11 @@
"lisp/git-rebase.el" "lisp/magit-*.el" "lisp/magit.el"))
(git-modes :url "https://github.com/magit/git-modes"
+ ;; The author of this package views its branch in the NonGNU ELPA
+ ;; repository as nothing but a distribution mechanism, and requests
+ ;; that you make no changes whatsoever to that branch, and instead
+ ;; open a pull-request in the above upstream repository, even for
+ ;; the most trivial of changes.
:ignored-files ("LICENSE" ".mailmap"))
(gnosis :url "https://git.thanosapollo.org/gnosis"
@@ -448,6 +463,11 @@
:ignored-files ("macrostep-test.el"))
(magit :url "https://github.com/magit/magit"
+ ;; The author of this package views its branch in the NonGNU ELPA
+ ;; repository as nothing but a distribution mechanism, and requests
+ ;; that you make no changes whatsoever to that branch, and instead
+ ;; open a pull-request in the above upstream repository, even for
+ ;; the most trivial of changes.
:lisp-dir "lisp"
:doc "docs/magit.org"
:renames (("docs/" ""))
@@ -458,6 +478,11 @@
"lisp/git-commit.el" "lisp/magit-section.el"))
(magit-section :url "https://github.com/magit/magit"
+ ;; The author of this package views its branch in the NonGNU ELPA
+ ;; repository as nothing but a distribution mechanism, and requests
+ ;; that you make no changes whatsoever to that branch, and instead
+ ;; open a pull-request in the above upstream repository, even for
+ ;; the most trivial of changes.
:lisp-dir "lisp"
:doc "docs/magit-section.org"
:renames (("docs/" ""))
@@ -593,6 +618,11 @@
:ignored-files ("LICENSE" ".github"))
(orgit :url "https://github.com/magit/orgit.git")
+ ;; The author of this package views its branch in the NonGNU ELPA
+ ;; repository as nothing but a distribution mechanism, and requests
+ ;; that you make no changes whatsoever to that branch, and instead
+ ;; open a pull-request in the above upstream repository, even for
+ ;; the most trivial of changes.
(p4-16-mode :url "https://github.com/SohamG/p4_16-mode.el")
@@ -855,6 +885,11 @@
(why-this :url "https://codeberg.org/akib/emacs-why-this")
(with-editor :url "https://github.com/magit/with-editor"
+ ;; The author of this package views its branch in the NonGNU ELPA
+ ;; repository as nothing but a distribution mechanism, and requests
+ ;; that you make no changes whatsoever to that branch, and instead
+ ;; open a pull-request in the above upstream repository, even for
+ ;; the most trivial of changes.
:ignored-files ("LICENSE" "htmlxref.cnf" ".travis.yml" ".mailmap" "Makefile")
:lisp-dir "lisp"
:doc "docs/with-editor.texi")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] main c407181373: Instruct contributors to not edit my packages here,
Jonas Bernoulli <=