On 8/2/08, Petr Baudis <pasky@xxxxxxx> wrote: > TopGit is meant as a fresh start in the steps of StGIT, quilt-in-git > and others, of course in an attempt to Get It Right this time around. > TopGit is absolutely minimal porcelain layer that will manage your > patch queue for you using topic branches, one patch per branch. > And do _ONLY_ that. Unlike with StGIT, you can actually use the index. It is very helpful to block git commands that will mess up the state of topgit. For example 'git rebase' is a good way to mess up stgit. Instead you need to do 'stg rebase'. It is quite easy to type the wrong command when switching between trees and some are under stgit and others aren't. I believe there is a stgit rewrite due any day now that completely changes how it deals with the index. -- Jon Smirl jonsmirl@xxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html