Bug 33367 - webkit-patch upload should be able to work with git commits
Summary: webkit-patch upload should be able to work with git commits
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 00:53 PST by Kent Tamura
Modified: 2010-07-25 18:44 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2010-01-08 00:53:44 PST
bugzilla-tool supported it by "bugzilla-tool post-commits -b n HEAD"
I have to run "git reset" for webkit-patch for now.
Comment 1 Eric Seidel (no email) 2010-01-08 00:57:40 PST
post-commits still works fine.

webkit-patch post-commits

However, "upload" doesn't support git commits yet.

see:
webkit-patch help --all-commands
for a full list of commands.
Comment 2 Kent Tamura 2010-01-08 01:32:18 PST
Oh, I thought post-commits was replaced with upload.
Sorry for that.
Comment 3 Kent Tamura 2010-07-25 18:44:52 PDT
Ojan fixed this.