summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-03 22:34:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-03 22:34:59 +0000
commitf00868c7c707aa5df137d8baf197c2c90b51289c (patch)
tree977731da8c65ac9ef3d317b7ef73a3cb983e4e68 /DOCS/tech
parent023bcd33b65e35265080552ea07a9586259e10c3 (diff)
downloadmpv-f00868c7c707aa5df137d8baf197c2c90b51289c.tar.bz2
mpv-f00868c7c707aa5df137d8baf197c2c90b51289c.tar.xz
reworded
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9264 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/cvs-howto.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index 738cd72ef5..08f03ed381 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -91,14 +91,13 @@ II. POLICY / RULES:
4. Do not change behavior of the program (renaming options etc) without
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).
+ Do not commit changes to the build system (Makefiles, configure script)
+ which change behaviour, defaults etc, without asking (and your change being
+ accepted) on the mplayer-dev-eng mailing list first. The same applies to
+ compiler warning fixes and trivial looking fixes. We usually have a reason
+ for doing things the way we do. Send them as patches to the mailing list,
+ and if the code maintainers say OK, you may commit. This does not apply to
+ 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