[gnus git] branch master updated: n0-13-97-g5ad6dee =1= mm-uu: enhance diff extraction support
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5ad6dee98443915e7ac73049ab75420fd447cb00 (commit)
from cd7c81afe9769a8e091390ad2e7201e67f7f1d8c (commit)
- Log -----------------------------------------------------------------
commit 5ad6dee98443915e7ac73049ab75420fd447cb00
Author: Julien Danjou <[email protected]>
Date: Fri Mar 11 12:23:26 2011 +0100
mm-uu: enhance diff extraction support
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ee21234..ec583a0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-11 Julien Danjou <[email protected]>
+
+ * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
+ modified file".
+
2011-03-09 Teodor Zlatanov <[email protected]>
* auth-source.el (auth-source-read-char-choice): New function to read a
diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el
index 14b4419..96dce48 100644
--- a/lisp/mm-uu.el
+++ b/lisp/mm-uu.el
@@ -158,6 +158,12 @@ This can be either \"inline\" or \"attachment\".")
mm-uu-diff-extract
nil
mm-uu-diff-test)
+ (diff
+ "^=== modified file "
+ nil
+ mm-uu-diff-extract
+ nil
+ mm-uu-diff-test)
(git-format-patch
"^diff --git "
"^-- "
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/mm-uu.el | 6 ++++++
2 files changed, 11 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project