From: thatcher
Date: Fri, 20 Jan 2006 17:26:03 +0000 (+0000)
Subject: Fixes the rest of http://bugzilla.opendarwin.org/show_bug.cgi?id=6535
X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=ae33acc0d86710a61059d1e4d6d200edb9c59b36
Fixes the rest of bugzilla.opendarwin.org/show_bug.cgi?id=6535
add around an instance of "svn diff".
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12257 268f45cc-cd09-0410-ab3c-d52691b4dbfc
---
diff --git a/WebKitSite/coding/contributing.html b/WebKitSite/coding/contributing.html
index 7be11740282f..f1e1570754ee 100644
--- a/WebKitSite/coding/contributing.html
+++ b/WebKitSite/coding/contributing.html
@@ -24,7 +24,7 @@ One you have checked out and built the code, you can make changes to it and then
that contains only the differences between the current version of WebKit and your version of WebKit with your code changes.
The svn-create-patch script, found in WebKitTools/Scripts along with the other WebKit scripts, should be used to produce patches.
-It does a svn diff operation, handling files added and removed from the repository,
+It does a svn diff operation, handling files added and removed from the repository,
and working around path problems that normally prevent some patches created with svn diff from being applied by patch.
Use it to create a patch as follows:
WebKitTools/Scripts/svn-create-patch > MyExcellentPatch.txt