Missed a possible graph shape in log re.

This commit is contained in:
Phil Jackson 2010-05-11 10:03:38 +01:00
parent 12a4e8cbdb
commit 6c8947a131

View file

@ -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)