branch: elpa/magit
commit 5be78d2ff4b7e281a012e9a7dc72f033f698f963
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-submodule-list-refresh: Use absolute paths as entry ids
---
 lisp/magit-submodule.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el
index 5d0ff7a8341..f921f1d5872 100644
--- a/lisp/magit-submodule.el
+++ b/lisp/magit-submodule.el
@@ -667,7 +667,7 @@ These sections can be expanded to show the respective 
commits."
              (and (file-exists-p ".git")
                   (or (not magit-submodule-list-predicate)
                       (funcall magit-submodule-list-predicate module))
-                  (list module
+                  (list default-directory
                         (vconcat
                          (mapcar (pcase-lambda (`(,title ,width ,fn ,props))
                                    (or (funcall fn `((:path  ,module)

Reply via email to