mirror of
https://github.com/vale981/melpazoid
synced 2025-03-05 17:31:38 -05:00
rm outdated comment about having to specify the default branch
This commit is contained in:
parent
19c776a5bf
commit
cd9594bc67
1 changed files with 0 additions and 3 deletions
|
@ -673,9 +673,6 @@ def _clone(repo: str, into: str, branch: str, fetcher: str = 'github') -> bool:
|
|||
os.makedirs(into, exist_ok=True)
|
||||
scm = 'hg' if fetcher == 'hg' else 'git'
|
||||
if scm == 'git':
|
||||
# If a package's repository doesn't use the master branch, then the
|
||||
# MELPA recipe must specify the branch using the :branch keyword
|
||||
# https://github.com/melpa/melpa/pull/6712
|
||||
options = ['--single-branch']
|
||||
if branch:
|
||||
options += ['--branch', branch]
|
||||
|
|
Loading…
Add table
Reference in a new issue