From 2822fd61995a0cfa5c58db3a9d4d08fb52587a36 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 27 Dec 2024 16:44:12 +0100 Subject: [PATCH] Improve cherry.el --- admin/cherry.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/cherry.el b/admin/cherry.el index 0eefbbdd5e2..ceb1290e87c 100644 --- a/admin/cherry.el +++ b/admin/cherry.el @@ -109,10 +109,11 @@ already done in this session." (delete-region (point-min) (point-max)) (fundamental-mode)) (call-process "git" nil "*cherry*" t "-C" source-directory - "format-patch" "-1" commit "--stdout") + "format-patch" "-1" commit "--stdout" "--no-encode-email-headers") (pop-to-buffer "*cherry*") (setq buffer-read-only t) (diff-mode) + (bug-reference-mode) (goto-char (point-min)) (let ((choice (read-multiple-choice (format "[%d/%d] Pick?" -- 2.39.5