branch: externals/agitate
commit 45eb3b6c5dda8a1f037d9a0d554f0b81702c4d5a
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Declare agitate-vc-git-show as interactive-only
---
 agitate.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/agitate.el b/agitate.el
index 12c48c3cb5..d73dda4cfb 100644
--- a/agitate.el
+++ b/agitate.el
@@ -263,6 +263,7 @@ With optional LONG do not abbreviate commit hashes."
 Prompt for commit and run `git-show(1)' on it.
 With optional CURRENT-FILE as prefix argument, limit the commits
 to those pertaining to the current file."
+  (declare (interactive-only t))
   (interactive "P")
   (when-let* ((file (caadr (vc-deduce-fileset))) ; FIXME 2022-09-27: Better 
way to get current file?
               (revision (agitate--vc-git-get-hash-from-string

Reply via email to