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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 11:59:58 PDT 2011


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





--- Comment #4 from Keith Kyzivat <keith.kyzivat at nokia.com>  2011-04-06 11:59:58 PST ---
HEAD isn't what is desired.

What is desired is all local commits not present in the remote (remotes/origin/HEAD ?) + the local staged changes, as well as unstaged changes.

If I'm understanding it correctly, it already figures out the SHA of the remote head and does:
git diff --binary --no-ext-diff --full-index -M <SHA of HEAD> --

So, I'm still baffled what is causing this.
My thought was that it's just not understanding the rename lines in the patch generated...

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