[Webkit-unassigned] [Bug 57686] New: webkit-patch post does not properly recognize renamed files with git

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 17:27:24 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57686

           Summary: webkit-patch post does not properly recognize renamed
                    files with git
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P4
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keith.kyzivat at nokia.com
                CC: eric at webkit.org, abarth at webkit.org, ossy at webkit.org,
                    keith.kyzivat at nokia.com


Patch files created and uploaded with webkit-patch from a git repository where files have been renamed does not work properly.

The renamed files are not included in the patch.
It appears that this is because the renamed files are added to the staging area, and webkit-patch post only operates on local changes and commits.

For an example of the difference of what webkit-patch does, and a manual git diff created patch, see:
https://bugs.webkit.org/show_bug.cgi?id=57666

The obsoleted patch is one created by webkit-patch post 57666
The committed patch is the one created with git diff by hand.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list