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. The coalesce command obviosly requires the kha/experimental branch. The edit command requires the edit fixes in kha/safe. --- David Kågedal (10): Emacs mode: coalesce command Emacs mode: Add mark command Emacs mode: Added stgit-new Emacs mode: added fontification Emacs mode: Add stgit-edit command Emacs mode: added stgit-commit and stgit-uncommit Emacs mode: add stgit-repair Emacs mode: Bind n and p Emacs mode: Improve the output buffer state Add an StGit mode for emacs Karl Hasselström (7): Emacs mode: show patches' short description Emacs mode: Bind "G" to "stg goto" Emacs mode: Let "P" push or pop patch at point Emacs mode: push/pop next patch, not patch at point Emacs mode: Makefile for building stgit.el Emacs mode: Add an explanatory header Emacs mode: Show keybindings when user presses "h" or "?" contrib/Makefile | 19 +++ contrib/stgit.el | 377 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 396 insertions(+), 0 deletions(-) create mode 100644 contrib/Makefile create mode 100644 contrib/stgit.el -- Signature - 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