[Webkit-unassigned] [Bug 36143] webkit-patch upload should detect local commits and suggest git reset --soft

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 14:38:15 PDT 2010


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


Dirk Pranke <dpranke at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dpranke at chromium.org




--- Comment #1 from Dirk Pranke <dpranke at chromium.org>  2010-03-17 14:38:15 PST ---
I don't think 'git reset --soft' is the right way to do this; I don't want to
lose my local commit history until after I've landed the patch and no longer
need it. 

I would recommend instead that we do what git-cl does, which is to create a new
temporary branch, squash all of the local commits onto that branch, commit
that, and then delete the temporary branch (see
http://neugierig.org/software/git/?url=git-cl/tree/git-cl, lines 734 - 769 or
thereabouts).

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