On 2008-05-05 08:21:54 +1200, Toby Allsopp wrote: > At the moment I'm using gitk to step through the patch series along > with the patch to gitk that adds a context-menu entry to lauch an > external diff tool when a side-by-side diff is easier to read. > > This is okay, but it's a bit of a pain to make changes while the > review is in progress (git rebase -i, s/pick/edit on the appropriate > line, make changes, git commit --amend, git rebase --continue). > Perhaps stgit or guilt would help with this. Yes, StGit helps here. "stg edit <patchname>" lets you edit the commit message of any patch. ( In the master branch, but not yet released, is an emacs mode for StGit. It displays the list of patches (name + first line of commit message), and you can press "=" to view the patch (including the commit message), and "e" to edit its commit message. ) -- 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