Explain why putting [PATCH] in the subject is important.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7154 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2002-08-30 00:53:11 +00:00
parent 9b016a4687
commit f89c93719c
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ time for fixing buggy, broken or old patches!
Subject line should be: '[PATCH] very short description of the patch'.
In the mail, describe in a few sentences what you change and why.
If you made independent changes, try to send them as separate patches.
The subject line is very important if you do not want your patch to get
lost in the noise. We need the uppercase [PATCH] to be able to search
for unapplied patches, so please use it.
Thank you!