[Webkit-unassigned] [Bug 54028] http/tests/media should be served over HTTP (not from local file)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 16 20:28:09 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54028
--- Comment #24 from Anna Cavender <annacc at chromium.org> 2011-02-16 20:28:08 PST ---
Here's what I did, let me know if there is a better way!
# find the hash of the change right before my last commit (<hash>)
git log
# prep changelog from the diff between that commit and the head of this branch
Tools/Scripts/prepare-ChangeLog --git-commit <hash>..HEAD
# reset the git log, but keep all modifications
git reset --soft <hash>
# find ChangeLogs that were modified but not added to the patch (and modify)
git status
# add all modified ChangeLogs to the patch with git add
git add Path/To/Whatever/ChangeLog
(repeat for all changelogs)
# upload patch!
Tools/Scripts/webkit-patch upload
Thanks again!
--
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