I set up a new git repository per the README, made changes and did a 'git-cvs push' and all worked fine. Then I made more changes and tried to do a 'git-cvs push' again and it fails because it ties to re-push the changes I made for the first commit.
I've verified if I manually select the commits and use 'git-cvs push --commits commits' it works.
What I am missing in terms of have git-cvs track previous commits that have been pushed? Thanks.