[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/agitate 06e8429c41 6/7: Allow agitate-vc-git-show-tag t
From: |
ELPA Syncer |
Subject: |
[elpa] externals/agitate 06e8429c41 6/7: Allow agitate-vc-git-show-tag to rewrite its buffer |
Date: |
Tue, 18 Oct 2022 20:57:17 -0400 (EDT) |
branch: externals/agitate
commit 06e8429c419b82d5699cb4511e94cd9c5d05b9d7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Allow agitate-vc-git-show-tag to rewrite its buffer
---
agitate.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/agitate.el b/agitate.el
index ccacd50186..3521d9218e 100644
--- a/agitate.el
+++ b/agitate.el
@@ -443,7 +443,8 @@ option `agitate-log-limit'."
When called interactively, prompt for TAG using minibuffer
completion."
(interactive (list (agitate--vc-git-tag-prompt)))
- (let* ((buf "*agitate-vc-git-show*"))
+ (let* ((buf "*agitate-vc-git-show*")
+ (inhibit-read-only t))
(vc-git--call (get-buffer-create buf) "show" tag)
(with-current-buffer (pop-to-buffer buf)
(diff-mode)
- [elpa] externals/agitate updated (db3db42d1b -> 565d7dbf0c), ELPA Syncer, 2022/10/18
- [elpa] externals/agitate e74ad34c44 4/7: Fix FILE arg for agitate--vc-git-commit-prompt, ELPA Syncer, 2022/10/18
- [elpa] externals/agitate 9241ce1308 5/7: Allow agitate-vc-git-show to rewrite its buffer, ELPA Syncer, 2022/10/18
- [elpa] externals/agitate 06e8429c41 6/7: Allow agitate-vc-git-show-tag to rewrite its buffer,
ELPA Syncer <=
- [elpa] externals/agitate 565d7dbf0c 7/7: Mention ability to integrate with Embark package, ELPA Syncer, 2022/10/18
- [elpa] externals/agitate 757d1cfd88 1/7: Mention vc-prepare-patch command, ELPA Syncer, 2022/10/18
- [elpa] externals/agitate 53a3860ee5 2/7: Remove some needless comments, ELPA Syncer, 2022/10/18
- [elpa] externals/agitate e2ed42b6d2 3/7: Tweak sample configuration, ELPA Syncer, 2022/10/18