[Webkit-unassigned] [Bug 40652] New: webkit-patch land generates an incorrect commit message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 22:18:50 PDT 2010


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

           Summary: webkit-patch land generates an incorrect commit
                    message
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuzo at google.com


I've committed
  http://trac.webkit.org/changeset/61232
with
  webkit-patch land --ignore-builders

The commit message was incorrect -- it includes change logs for other changes.


More specifically, I did the following:

git checkout master
git svn rebase
git rebase master <mybranch>
git reset HEAD^
git add <newfiles>
webkit-patch land --ignore-builders

Please note that I didn't do resolve-ChangeLogs because
git rebase didn't complain of conflicts. This could be a factor.

Maybe I made some stupid mistake, but I'd appreciate it if anyone can investigate.

-- 
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