[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/agitate e74ad34c44 4/7: Fix FILE arg for agitate--vc-gi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/agitate e74ad34c44 4/7: Fix FILE arg for agitate--vc-git-commit-prompt |
Date: |
Tue, 18 Oct 2022 20:57:17 -0400 (EDT) |
branch: externals/agitate
commit e74ad34c44e62f87d918928187a6b180362995af
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix FILE arg for agitate--vc-git-commit-prompt
At some point I introduced a regression?
---
agitate.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agitate.el b/agitate.el
index 7eb9836780..70fe469435 100644
--- a/agitate.el
+++ b/agitate.el
@@ -382,7 +382,7 @@ option `agitate-log-limit'."
(format "-n %d" agitate-log-limit)
"--pretty=format:%h %ad %an: %s"
"--date=short"
- "--"))
+ (or file "--")))
nil t)))
;;;###autoload
- [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 <=
- [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, 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