mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-06-30 20:17:08 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
cd89ec147a |
@ -1051,7 +1051,7 @@ class Project(object):
|
|||||||
prune=False,
|
prune=False,
|
||||||
submodules=False,
|
submodules=False,
|
||||||
clone_filter=None,
|
clone_filter=None,
|
||||||
partial_clone_exclude=None):
|
partial_clone_exclude=set()):
|
||||||
"""Perform only the network IO portion of the sync process.
|
"""Perform only the network IO portion of the sync process.
|
||||||
Local working directory/branch state is not affected.
|
Local working directory/branch state is not affected.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user