Hi Kevin, Kevin Hilman <khil...@deeprootsystems.com> writes:
>> 2) When trees are rebased, are the previous commits in the tree lost - >> i.e. if tree A has commits A', A'', etc, and is rebased on tree B(which >> does not have the commits A', A'' in it), are the commits A', A'', etc >> lost? > > When a branch is rebased, all the commit IDs in that branch change, so > finding a change by commit ID in a rebased branch (like PM branch) is > impossible. What you could do is to tag the branch (with a date or something) every time you rebase, that way git would store the old commits in the repo. But I doubt it would be worth the effort, but that's one way to store the history. Just my 0.02 EUR :) -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html