From aa6df6b5956cb0736d928f42a683742bdd830786 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 16 Feb 2019 01:00:29 -0500 Subject: Drop km/magit-stash-edit-message I haven't used this since I added it. --- lisp/km-magit.el | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lisp') diff --git a/lisp/km-magit.el b/lisp/km-magit.el index 332dc30..9603171 100644 --- a/lisp/km-magit.el +++ b/lisp/km-magit.el @@ -553,18 +553,6 @@ argument. Interactively, this can be accessed using the command (interactive "P") (km/magit-diff-visit-file prev-rev t)) -(defun km/magit-stash-edit-message (stash message) - "Change STASH's message to MESSAGE." - (interactive - (let* ((stash (magit-read-stash "Rename" t)) - (old-msg (magit-git-string "show" "-s" "--format=%s" stash))) - (list stash (magit-read-string "Stash message" old-msg)))) - (let ((commit (magit-rev-parse stash)) - (inhibit-magit-refresh t)) - (magit-stash-drop stash) - (magit-stash-store message "refs/stash" commit)) - (magit-refresh)) - (defun km/magit-log-current (&optional args files) "Like `magit-log-current', but if head is detached, use \"HEAD\"." (interactive (magit-log-arguments)) -- cgit v1.2.3