summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING12
1 files changed, 5 insertions, 7 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index c76fb67..8da0fc4 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -46,12 +46,11 @@ changed to fix multiple bugs, that should be multiple patches.
Opkg-utils is primarily used by the OpenEmbedded build system but may also be
used by other embedded Linux projects. For now, please submit all patches to
-both the Yocto Project mailing list (yocto@yoctoproject.org), the opkg mailing
-list (opkg-devel@googlegroups.com) and Cc the maintainer
-(paul@paulbarker.me.uk), adding a subject prefix of "opkg-utils PATCH" (this
-prefix is necessary as the Yocto Project mailing list receives patches for many
-projects). Also make sure that you use the -M option on the command line or the
-"diff.renames=copy" option in your config.
+both the Yocto Project mailing list (yocto@yoctoproject.org) and the opkg mailing
+list (opkg-devel@googlegroups.com), adding a subject prefix of "opkg-utils PATCH"
+(this prefix is necessary as the Yocto Project mailing list receives patches for
+many projects). Also make sure that you use the -M option on the command line or
+the "diff.renames=copy" option in your config.
That sounds like a lot to remember but if you run the following commands in your
opkg-utils directory it will all be done automatically when you use
@@ -59,7 +58,6 @@ opkg-utils directory it will all be done automatically when you use
git config format.to "opkg-devel@googlegroups.com"
git config --add format.to "yocto@yoctoproject.org"
- git config format.cc "paul@paulbarker.me.uk"
git config format.subjectprefix "opkg-utils PATCH"
git config diff.renames copy