Missed a possible graph shape in log re.
This commit is contained in:
parent
12a4e8cbdb
commit
6c8947a131
1 changed files with 1 additions and 1 deletions
2
magit.el
2
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)
|
||||
|
|
Loading…
Reference in a new issue