You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old regex only accept "type\n" as a hotlink "target", so it
fails to link non-pointee types correctly — `git_oid *` never happens, while `git_oid` does. Hence, make the regex use word boundaries to match types to cater for those cases.
0 commit comments