RESOLVED FIXED 21418
resolve-ChangeLogs should have a --continue option which does git rebase --continue
https://bugs.webkit.org/show_bug.cgi?id=21418
Summary resolve-ChangeLogs should have a --continue option which does git rebase --co...
Eric Seidel (no email)
Reported 2008-10-06 16:54:27 PDT
resolve-ChangeLogs should have a --continue option which does git rebase --continue The name is debateable. But I find myself doing this: resolve-ChangeLogs WebCore/ChangeLog LayoutTests/ChangeLog && git rebase --continue *all the time*
Attachments
Patch v1 (3.82 KB, patch)
2009-05-12 17:21 PDT, David Kilzer (:ddkilzer)
darin: review+
David Kilzer (:ddkilzer)
Comment 1 2008-10-09 13:06:55 PDT
(In reply to comment #0) > *all the time* I've never done this. Can you describe the process in which this happens? Obviously you're doing some kind of a git-rebase operation, but I'm curious if you're preventing git from merging (because it screws it up; see Bug 21457) or because it's constantly getting merge conflicts on ChangeLog files during the rebase operation.
David Kilzer (:ddkilzer)
Comment 2 2009-05-12 17:21:10 PDT
Created attachment 30255 [details] Patch v1
Eric Seidel (no email)
Comment 3 2009-05-12 17:25:31 PDT
Yay! sooo excited!
David Kilzer (:ddkilzer)
Comment 4 2009-05-12 17:32:07 PDT
$ git svn dcommit Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebKitTools/ChangeLog M WebKitTools/Scripts/resolve-ChangeLogs Committed r43601 http://trac.webkit.org/changeset/43601
David Kilzer (:ddkilzer)
Comment 5 2009-05-13 09:36:26 PDT
Follow-up fix for Subversion users: $ git svn dcommit Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebKitTools/ChangeLog M WebKitTools/Scripts/resolve-ChangeLogs Committed r43636 http://trac.webkit.org/changeset/43636
Dimitri Glazkov (Google)
Comment 6 2009-05-13 09:45:27 PDT
Gorgeous. I hugs you.
Eric Seidel (no email)
Comment 7 2009-06-01 16:17:38 PDT
Hum... looks like it somehow confused vim for me today: eseidel-mac [6520:WebKit]% resolve-ChangeLogs -c [~/Projects/WebKit] M WebCore/ChangeLog Running 'git rebase --continue'... Vim: Warning: Output is not to a terminal And the terminal is hung. ;)
Eric Seidel (no email)
Comment 8 2009-06-01 16:28:12 PDT
Yup. Turns out if git rebase --continue needs to open up a vim window, resolve-ChangeLogs -c hangs. :( I'll file a bug.
Note You need to log in before you can comment on or make changes to this bug.