branch: elpa/fj
commit f11cf25a2e99206aa488af429d5a0c9922c8ca7e
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
comment
---
fj.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/fj.el b/fj.el
index b386e3369e..98dc16c4f2 100644
--- a/fj.el
+++ b/fj.el
@@ -2286,6 +2286,7 @@ If we are not in a repo, call `fj-list-issues-do' without
using
git config."
(if (or current-prefix-arg ;; still allow completing-read a repo
;; NB: this is T in fj buffers when no source files:
+ ;; NB: this is nil in magit's commit message buffer:
(not (magit-inside-worktree-p :noerror)))
;; fall back to `fj--repo-owner' repos:
(fj-list-issues-do repo owner state type)