# if all seems ok, then actually push:
git push origin maint branch-1.11 master
-* For bug fixes of long-standing bugs, it may be useful to commit them to
- a new branch based off of the commit that introduced the bug, and merge
- this bugfix branch into active branches that descend from the buggy commit.
+* When fixing a bug (especially a long-standing one), it may be useful
+ to commit the fix to a new temporary branch based off the commit that
+ introduced the bug. Then this "bugfix branch" can be merged into all
+ the active branches descending from the buggy commit. This offers a
+ simple way to fix the bug consistently and effectively.
* There may be a number of longer-lived feature branches for new developments.
They should be based off of a common ancestor of all active branches to