On 2007-12-17 11:09:06 +0000, Catalin Marinas wrote: > On 14/12/2007, David Kågedal <davidk@xxxxxxxxxxxxxx> wrote: > > > The following series an emacs interface to stgit patch stacks. It > > shows a buffer with the the output of "stg series" and allows you > > to do some common operations on it, such as push/pop, > > commit/uncommit, edit, rename, repair, and coalesce. > > That's really cool stuff! Thanks. Yes, incredibly useful. I've put this series in kha/safe -- except for the mark and coalesce patches, which are at the tip of kha/experimental. The latter because it obviously has to be, the former because the latter is the only thing using it and it's _extremely annoying_ to be able to mark patches but not, say, push or pop all marked patches. My stack is now 53 patches deep, so running the test suite on every patch is getting time consuming -- I'd guess about two hours on my poor laptop. And I plan to sleep while that runs, so I won't actually push this until tomorrow. > > The coalesce command obviosly requires the kha/experimental > > branch. The edit command requires the edit fixes in kha/safe. > > I'll start this week merging patches from kha/experimental (I'm a > bit slow because of the Christmas activities). Be careful about merging past the "goto" patch -- I'm pretty sure it breaks when called from a subdirectory, and I don't have time to fix that right now. (It should be a clean fix, though -- just adjust the cwd for precisely those git subprocesses that need it, which is very few. I think.) If you like, I can advance "safe" to include as many patches as I think you should merge right now. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - 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