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
- Generalize to permitting all URLs, as they are generally out of the
author's control (looks for `%r{\w*://\S+}`).
- Continue explicitly permitting `blob/master`, and add `tree/master`,
in case of schemeless URL (`github.com/org/repo/blob/master/README`)
- Allow space between `origin` and `master`, in addition to `/`, to
allow usage like `git pull origin master`.
0 commit comments