Refs matching was too greedy and causing some logs not to render.
This commit is contained in:
parent
d43a23b48f
commit
a4cbd5ecd3
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -1896,7 +1896,7 @@ Please see the manual for a complete description of Magit.
|
|||
"^\\([_\\*|/ ]+\\)" ; graph (1)
|
||||
"\\(?:"
|
||||
"\\([0-9a-fA-F]\\{40\\}\\) " ; sha1 (2)
|
||||
"\\(?:\\((.+)\\) \\)?" ; refs (3)
|
||||
"\\(?:\\((.+?)\\) \\)?" ; refs (3)
|
||||
"\\(.*\\)" ; msg (4)
|
||||
"\\)?$")
|
||||
"Regexp used to extract elements of git log output with
|
||||
|
|
Loading…
Reference in a new issue