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

[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



reply via email to

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