[docs] winedev: Update git usage for patch creation

André Hentschel nerv at dawncrow.de
Sun Jun 26 13:00:28 CDT 2011


---
 en/winedev-coding.sgml |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/en/winedev-coding.sgml b/en/winedev-coding.sgml
index 469642f..eacf6d8 100644
--- a/en/winedev-coding.sgml
+++ b/en/winedev-coding.sgml
@@ -46,19 +46,15 @@
         To generate a patch using Git, first commit it to your local tree.
       </para>
       <para>
-        Each file that you change needs to be updated with
-        <command> git update </command>.  If you are adding or removing
-        a file, use <command> git update --add </command> or
-        <command>git update --remove</command> respectively.
-        After updating the index, commit the change using
-        <command> git commit </command>.  The commit message will be
-        sent with your patch, and recored in the ChangeLog.
+        If you are adding a file, use <command> git add </command>.
+        Commit the change using <command> git commit </command>.
+        The commit message will be sent with your patch, and recorded in the Log.
       </para>
       <para>
         After committing the patch, you can extract it using
         <command>git format-patch</command> and send it to wine-patches
         using <command>git imap-send</command> or simply attaching it
-        to you mail manually.
+        to your mail manually.
       </para>
     </sect1>
 
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list