emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/agitate d808406253 48/67: Edit vc-git-show (PROOF OF CO


From: ELPA Syncer
Subject: [elpa] externals/agitate d808406253 48/67: Edit vc-git-show (PROOF OF CONCEPT)
Date: Wed, 28 Sep 2022 16:57:29 -0400 (EDT)

branch: externals/agitate
commit d808406253356d48471ac1a0045f38097a9fabf1
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Edit vc-git-show (PROOF OF CONCEPT)
---
 agitate.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/agitate.el b/agitate.el
index 951e5b7976..d0cd4edc15 100644
--- a/agitate.el
+++ b/agitate.el
@@ -254,10 +254,8 @@ With optional FILE, limit the commits to those pertinent 
to it."
   "Buffer for showing a git commit.")
 
 ;;;###autoload
-(defun vc-git-find-revision ()
-  "PROOF OF CONCEPT.
-
-Prompt for commit and visit it as a file."
+(defun vc-git-show ()
+  "PROOF OF CONCEPT."
   (interactive)
   (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

[Prev in Thread] Current Thread [Next in Thread]