Skip to content

Commit 30ac6ba

Browse files
ericholschersaadmk11
authored andcommitted
Remove unused patterns
1 parent be8f4de commit 30ac6ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/projects/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,5 @@
335335
)
336336

337337
DEFAULT_GIT_PATTERN = 'refs/heads/*:refs/remotes/origin/*'
338+
# https://help.github.com/en/articles/checking-out-pull-requests-locally#modifying-an-inactive-pull-request-locally
338339
GITHUB_GIT_PATTERN = 'refs/pull/*/head:refs/remotes/origin/external/*'
339-
GITLAB_GIT_PATTERN = 'refs/merge-requests/*/head:refs/remotes/origin/external/*'
340-
BITBUCKET_GIT_PATTERN = 'refs/pull/*/head:refs/remotes/origin/external/*'

0 commit comments

Comments
 (0)