From: Eshel Yaron Date: Fri, 27 Dec 2024 15:44:12 +0000 (+0100) Subject: Improve cherry.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2822fd61995a0cfa5c58db3a9d4d08fb52587a36;p=emacs.git Improve cherry.el --- 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?"