]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve cherry.el
authorEshel Yaron <me@eshelyaron.com>
Fri, 27 Dec 2024 15:44:12 +0000 (16:44 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Dec 2024 15:45:07 +0000 (16:45 +0100)
admin/cherry.el

index 0eefbbdd5e214f00cf05b8182070dc204f65a31c..ceb1290e87c1f674ceaf4d9d04246238849c6fd8 100644 (file)
@@ -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?"