On 10/4/07, Karl Hasselström <kha@xxxxxxxxxxx> wrote: > Mmmph. This is not the only StGit command that's apparently not safe > to run from a subdirectory. See e.g. https://gna.org/bugs/?9986. > > I plan to do some StGit hacking this weekend. I guess subdirectory > safeness ought to be at the top of my list ... Isn't a rollback log fairly easy to implement? Is there a single SHA after each operation? If so just record the commands and the sha to rollback. I have also messed things up more than once using 'git merge linus' instead of 'stg rebase linus'. Should 'git merge' have a check to see if stg is active and refuse to run? -- 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