--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
> Won't it suffice here to simply rebase so that you get the 4th commit on top
> of one of the older commits? The order depends whether there are any
> dependencies between the set of 3 old commits. Either rebase the 4th on top
> of the last of those 3 commits, or on top of the 1st commit if there are no
> other dependencies involved.
Yes, that would certainly work. However, it assumes the changes are in
the same git, and it becomes annoying if the change you depend on gets
another patch set. Then you'll have to fetch that patch set and do a
"rebase --onto" or similar, and upload a new patch set to your change.
You (currently) won't get any help from the tools with this task.
--
Magnus Bäck
ba...@google.com