Adriaan de Jong wrote: > > I'd use git for the patches right away anyway, > > I'm afraid that we started off development based on checked out > sources (quite a long time ago). I'll start rebasing to git as soon > as I've heard that the git tree is stable.
By git I don't mean the very latest contents of the tree, but the tool. I would branch off the commit that corresponds to your starting state, apply the patches, and then rebase that branch forward at some later time. Having the branch in git allows iterating over the commits with great ease. Thanks for these contributions! I think it's a significant improvement! (I'd like to be able to reuse some of your work or at least learn from it, for the purpose of libssh2.) //Peter