diff --git a/magit.el b/magit.el index a78e82d7..0da26dda 100644 --- a/magit.el +++ b/magit.el @@ -2152,7 +2152,7 @@ in the corresponding directories." (defvar magit-log-oneline-re (concat - "^\\([_\\*|/ ]+\\)" ; graph (1) + "^\\([_\\*|/ -.]+\\)" ; graph (1) "\\(?:" "\\([0-9a-fA-F]\\{40\\}\\) " ; sha1 (2) "\\(?:\\((.+?)\\) \\)?" ; refs (3)