summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-02 02:15:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-02 02:15:41 +0000
commitdd04b992194e8e809b10b6c61b48b997c08611ad (patch)
treed7c63f546df09a26a6ec2aace588233f344f0864 /DOCS
parent27e0e8a75939a619e9cb2b8cfde38e77cc595e7a (diff)
downloadmpv-dd04b992194e8e809b10b6c61b48b997c08611ad.tar.bz2
mpv-dd04b992194e8e809b10b6c61b48b997c08611ad.tar.xz
Commit independent changes separately.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12100 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/cvs-howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index 82f59d63bc..5dcf5428c6 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -53,7 +53,7 @@ I. TECH SIDE:
Do not use comments such as: "bug fix." or "files changed" or "dunno".
You don't have to include the filename in the comment, as comments are linked
- to files. If you have different comments for different files, commit them
+ to files. If you have made several independent changes, commit them
separately, not at the same time. If you leave out -m at the command line you
will be prompted for a comment in an editor (usually vi).
@@ -170,7 +170,7 @@ II. POLICY / RULES:
unsure about this, send a patch to dev-eng, the documentation maintainers
will review and commit your stuff.
-Also read patches.txt !!!!
+Also read DOCS/tech/patches.txt !!!!
We think our rules are not too hard. If you have comments, contact us.