RESOLVED FIXED 125514
PrettyPatch.rb should be more descriptive for "git diff -M" styled patches
https://bugs.webkit.org/show_bug.cgi?id=125514
Summary PrettyPatch.rb should be more descriptive for "git diff -M" styled patches
Csaba Osztrogonác
Reported 2013-12-10 07:20:12 PST
here is an example: https://bugs.webkit.org/attachment.cgi?id=218793 https://bugs.webkit.org/attachment.cgi?id=218793&action=review ---------------------------------------------------------------------------- diff --git a/Source/WebKit2/Shared/mac/CertificateInfo.mm b/Source/WebCore/platform/network/mac/CertificateInfoMac.mm similarity index 75% rename from Source/WebKit2/Shared/mac/CertificateInfo.mm rename to Source/WebCore/platform/network/mac/CertificateInfoMac.mm ... ---------------------------------------------------------------------------- Source/WebKit2/Shared/mac/CertificateInfo.mm was moved to Source/WebCore/platform/network/mac/CertificateInfoMac.mm and then some lines changed, but the pretty diff shows if you changed only Source/WebCore/platform/network/mac/CertificateInfoMac.mm. In this case it would be better to show exactly the diff header: rename from Source/WebKit2/Shared/mac/CertificateInfo.mm rename to Source/WebCore/platform/network/mac/CertificateInfoMac.mm
Attachments
PrettyPatch now shows renames (2.21 KB, patch)
2014-02-24 10:51 PST, Berta József
ossy: review-
ossy: commit-queue-
Added changelog (2.92 KB, patch)
2014-02-25 01:17 PST, Berta József
no flags
Berta József
Comment 1 2014-02-24 10:51:00 PST
Created attachment 225074 [details] PrettyPatch now shows renames
Csaba Osztrogonác
Comment 2 2014-02-24 12:57:09 PST
Comment on attachment 225074 [details] PrettyPatch now shows renames The patch looks good to me, but please add changelog entry.
Berta József
Comment 3 2014-02-25 01:17:06 PST
Created attachment 225128 [details] Added changelog
WebKit Commit Bot
Comment 4 2014-02-25 04:39:15 PST
Comment on attachment 225128 [details] Added changelog Clearing flags on attachment: 225128 Committed r164642: <http://trac.webkit.org/changeset/164642>
WebKit Commit Bot
Comment 5 2014-02-25 04:39:17 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.