[Webkit-unassigned] [Bug 36394] Include git commits in the diff for webkit-patch upload/land.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 15:36:19 PDT 2010


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





--- Comment #10 from Chris Jerdonek <cjerdonek at webkit.org>  2010-03-22 15:36:18 PST ---
(In reply to comment #7)
> (In reply to comment #4)
> > Note that check-webkit-style also uses create_patch() when invoked without
> > passing paths.  What implications will this change have?
> 
> This means that local commits that are not in SVN will also be included in the
> check-webkit-style call. That seems correct to me.

Evan's post clarified what you were trying to do.  Yes, XYZ without ABC makes
sense.

> > Also, should the same logic be applied to create_patch_from_local_commit() and
> > create_patch_since_local_commit() for consistency?
> 
> I'm not sure. These seem correct to create a patch just for a single commit...I
> think.

create_patch_since_local_commit() creates a patch for several commits (all
commits since the given commit).  Since the caller is already providing a
commit to diff with in this case, it doesn't seem like it would make sense to
apply the same logic (I'm answering my own question here).  If create_patch()
was supposed to include ABC in the diff, then the answer wouldn't be as clear.

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