With the migration to git we're having to keep track of each branch, manually in some cases.
First off -- if your committing in a branch its fine to continue doing so. For a smooth git migration it helps to avoid the following: - No adding/removing branches. - No new commits to very old branches (as in - re-using an old branch for new code). - Any heavy operations on branches - eg, committing an entire new library to "extern/". These don't operations don't happen often so it shouldn't be much trouble to hold off for a few weeks. Thanks, -- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
