Michael FIG wrote:
The problem that I have is of interleaved changes. I work for a little on patch A, then patch B, then patch A again, but A and B should be kept separate so that they can be easily reviewed. A and B may or may have dependencies on one another.
Separate branches for A and B, and use "git rebase" to move these branches to later checkout's from Ian's tree. See http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#using-git-rebase
-gavin...
_______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
