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

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

[elpa] externals/agitate 9241ce1308 5/7: Allow agitate-vc-git-show to re


From: ELPA Syncer
Subject: [elpa] externals/agitate 9241ce1308 5/7: Allow agitate-vc-git-show to rewrite its buffer
Date: Tue, 18 Oct 2022 20:57:17 -0400 (EDT)

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

    Allow agitate-vc-git-show to rewrite its buffer
---
 agitate.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/agitate.el b/agitate.el
index 70fe469435..ccacd50186 100644
--- a/agitate.el
+++ b/agitate.el
@@ -413,7 +413,8 @@ option `agitate-log-limit'."
            (revision (agitate--vc-git-get-hash-from-string
                       (agitate--vc-git-commit-prompt
                        f)))
-           (buf "*agitate-vc-git-show*"))
+           (buf "*agitate-vc-git-show*")
+           (inhibit-read-only t))
       (vc-git--call (get-buffer-create buf) "show" "--patch-with-stat" 
revision)
       (with-current-buffer (pop-to-buffer buf)
         (diff-mode)



reply via email to

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