From fb9a1413655837607b2ed91d11d5cb2e3ba99415 Mon Sep 17 00:00:00 2001 From: Luis Henriques Date: Thu, 11 Jul 2024 10:02:04 +0100 Subject: [PATCH] Ensure that git diffs without signature (--) are properly identified * lisp/gnus/mm-uu.el (mm-uu-type-alist): Remove 'end-point' from git-format-patch diffs so that diffs without signature can be identified. --- lisp/gnus/mm-uu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 3c7e3cbdf1af..f5d553bd0892 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -173,7 +173,7 @@ mm-uu-type-alist ,#'mm-uu-diff-test) (git-format-patch "^diff --git " - "^-- " + nil ,#'mm-uu-diff-extract nil ,#'mm-uu-diff-test)