[Webkit-unassigned] [Bug 32730] bugzilla-tool post-commits should have a --squash option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 12:26:13 PST 2009


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-12-18 12:26:13 PST ---
What I'm not clear on is what to do with the arguments passed to post-commits. 
post-commits takes cherry-pick arguments, so I guess we'd have to:
1. save the user's state (record the current head, and stash)
2. create a new branch from "trunk"
3. pass the post-commits arguments to cherry-pick
4. git reset --soft
5. call post-diff
6. restore the user's state.

We could get rid of step 6 and most of step 1 by requiring a clean tree before
allowing --squash.

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