Re: git-cvsexportcommit and commit date
From: Robin Rosenberg <hidden>
Date: 2016-06-15 22:44:12
söndagen den 10 februari 2008 skrev Derek Mahar:
On Feb 10, 2008 1:01 AM, Derek Mahar [off-list ref] wrote:quoted
On Feb 10, 2008 12:45 AM, Robin Rosenberg [off-list ref] wrote:quoted
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.On second thought, I don't recall with what message git-rebase responded, but I do recall that the commit was still on the master branch.
As I recall it (I'm using fromcvs, not git-cvsimport) cvs HEAD get imported into origin which on initial import gets copied to master. So I think you should git rebase origin -- robin