[Webkit-unassigned] [Bug 49154] patches uploaded from git (using webkit-patch) do not include moved files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 7 19:59:32 PST 2010


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-11-07 19:59:31 PST ---
The command we're using is:

    def create_patch(self, git_commit=None, changed_files=[]):
...
        return self.run(['git', 'diff', '--binary', "--no-ext-diff", "--full-index", "-M", self.merge_base(git_commit), "--"] + changed_files, decode_output=False)

It's possible this is recently broken by Adam's changed_files optimization, but I think git diff just doesn't include moved files!

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