From 6c8947a1310dcbe0b0cdd50bf43d3e12f81a4dac Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Tue, 11 May 2010 10:03:38 +0100 Subject: [PATCH] Missed a possible graph shape in log re. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)