- "Rebase to different branch" (1 commit): This was previously discussed on the list. With this command line: $ git rebase --onto master~1 master topic would rebase this ancestry graph to: A---B---C topic / D---E---F---G master another graph that looks like this: A'--B'--C' topic / D---E---F---G master Earlier, you couldn't rebase to anywhere other than on top of "the other branch". Er... what does this do, again? I couldn't find the list discussion, and I can get this exact effect in vanilla 1.2.1 with "git rebase master~1 topic". AFAIK, $ARGV[1] of git-rebase only has to be a commit-ish, not a branch. OTOH, I can imagine wanting $ git-rebase master~1 topic topic~2 to produce A B---C topic / / D---E---F---G master H'm... I wonder if the same syntax could be used to resolve the ambiguous case where there are multiple possible common ancestors, e.g. A---B---C topic / / D---E---F---G master as discussed in the "git rebase behaviour changed?" thread... - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Feb 18 01:29:51 2006
This archive was generated by hypermail 2.1.8 : 2006-02-18 01:30:04 EST