VCS comparison table

Sean seanlkml at sympatico.ca
Tue Oct 17 11:01:12 BST 2006


On Tue, 17 Oct 2006 19:37:45 +1000
Robert Collins <robertc at robertcollins.net> wrote:

> Precisely how does this rebase operate in git ? 
> Does it preserve revision ids for the existing work, or do they all
> change?
> 
> bzr has a graft plugin which walks one branch applying all its changes
> to another preserving the users metadata but changing the uuids for
> revisions. 

git rebase does exactly the same as you describe, including changing
the sha1 for each commit it moves.

Sean





More information about the bazaar mailing list