[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)
- [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 <=
- [elpa] externals/agitate 06e8429c41 6/7: Allow agitate-vc-git-show-tag to rewrite its buffer, ELPA Syncer, 2022/10/18
- [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