On Feb 10, 2008 12:45 AM, Robin Rosenberg
[off-list ref] wrote:
söndagen den 10 februari 2008 skrev Derek Mahar:
quoted
How do you get git-cvsimport to avoid the "duplicate" commit that it creates
when it imports a commit that you "landed" in CVS with git-cvsexportcommit?
git rebase will drop those "empty" commits by default and you'll end up with the
cvs-imported version.
How do I perform this rebase if the empty commit is on the same
branch, say the master branch, as the original CVS landed commit? I
attempted such a git-rebase using 1.5.4, but, iirc, git-rebase
responded that the branch was already up-to-date.
Derek