Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ace95ca0
Commit
ace95ca0
authored
Sep 22, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Sep 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small cleanups on how to send in patches.
parent
62dcebaa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
15 deletions
+11
-15
patches.sgml
documentation/patches.sgml
+11
-15
No files found.
documentation/patches.sgml
View file @
ace95ca0
<chapter id="patches">
<title>Submitting Patches</title>
<para>
Written by &name-albert-den-haan; <email>&email-albert-den-haan;</email>
</para>
<sect1 id="patch-format">
<title>Patch Format</title>
<para>
Your patch should include:
Patches are submitted via email to the Wine patches mailing list,
<email>wine-patches@winehq.org</email>. Your patch should include:
</para>
<itemizedlist>
...
...
@@ -20,25 +18,24 @@
<listitem>
<para>
A long (paragraph) description of what was wrong and what is now
better
(and now broken :)
. (recommended)
better. (recommended)
</para>
</listitem>
<listitem>
<para>
Change Log: A short description of what was changed
.
A change log entry (short description of what was changed)
.
</para>
</listitem>
<listitem>
<para>
Your contact information ( Name/Handle and e-mail )
The patch in <command>diff -u</command> format
</para>
</listitem>
<listitem>
</itemizedlist>
<para>
The patch in <command>diff -u</command> format (it happens...)
</para>
</listitem>
</itemizedlist>
<para>
<command>cvs diff -u</command> works great for the common case
...
...
@@ -47,15 +44,14 @@
make sure you explicitly take care of this rare case.
</para>
<para>
For additions: mention that you have some new files and
include them by appending the
For additions simply include them by appending the
<command>diff -u /dev/null /my/new/file</command> output of them
to any <command>cvs diff -u</command> output you may have.
Alternatively, use <command>diff -Nu olddir/ newdir/</command>
in case of multiple new files to add.
</para>
<para>
For removals,
list the files
.
For removals,
clearly list the files in the description of the patch
.
</para>
<para>
Since wine is constantly changing due to development it is strongly
...
...
@@ -182,7 +178,7 @@ code
<para>
<quote>The basic rules are: no attachments, no mime crap, no
line wrapping, a single patch per mail. Basically if I can't
do <
C
ommand>"cat raw_mail | patch -p0"</command> it's in the
do <
c
ommand>"cat raw_mail | patch -p0"</command> it's in the
wrong format.</quote>
</para>
</sect2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment