summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-04 01:28:48 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-04 01:28:48 +0000
commit6d40138ea4ae60866d7e9800efb3c3cc3910fc75 (patch)
tree0f9df611bf2e1fb159adab6d419fe70e46c76eda /DOCS/tech
parentdfa5e9a20900e6534e43c4ffa8c7b913f77564ec (diff)
downloadmpv-6d40138ea4ae60866d7e9800efb3c3cc3910fc75.tar.bz2
mpv-6d40138ea4ae60866d7e9800efb3c3cc3910fc75.tar.xz
+4.b.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8756 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/cvs-howto.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index 1484672c7a..738cd72ef5 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -92,6 +92,14 @@ II. POLICY / RULES:
discussing it first at the mplayer-dev-eng mailing list. Do not remove
functionality from the code. Just improve!
+4.B. Do not commit changes to the build system (Makefiles, configure script)
+ which changes behaviour, defaults etc, without asking (and being accepted)
+ on the mplayer-dev-eng maillist. The same applies to compiler warning fixes,
+ trivial-looking fixes. We usually have the reason not doing things that way.
+ Send them as patches to the maillist, and if the code maintainers say OK,
+ then you may commit. This paragraph doesn't apply to your own files
+ (written and/or maintained by you).
+
5. We refuse source indentation and other cosmetical changes, such commits will
be rejected and removed. Every developer has his own indentation style, you
should not change it. Of course if you (re)write something, you can use your