Nikolaj Schumacher <n_schumacher@xxxxxx> writes: > From 609f6fca6c70919036d41e1e4034b6e4de2e7ea2 Mon Sep 17 00:00:00 2001 > From: Nikolaj Schumacher <git@xxxxxxxxx> > Date: Mon, 23 Jun 2008 09:34:14 +0200 > Subject: [PATCH] git.el: Added command for committing patches. > > This adds commands for committing patches from files, buffers and email > buffers. > > In order to minimize code duplication, git-start-log-edit and > git-prepare-log-buffer have been extracted from git-commit-file. > > Signed-off-by: Nikolaj Schumacher <git@xxxxxxxxx> > --- > contrib/emacs/git.el | 200 +++++++++++++++++++++++++++++++++++++++++++------ > 1 files changed, 175 insertions(+), 25 deletions(-) I do not use things in contrib/emacs/git.el myself, but this looks like a lot of code to do what "M-| git am <Enter>" already does... -- 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