pkgcore.sync.git module

class pkgcore.sync.git.git_syncer(*args, **kwargs)[source]

Bases: VcsSyncer

binary = 'git'
classmethod is_usable_on_filepath(path)[source]
classmethod parse_uri(raw_uri)[source]

Return the real URI with any protocol prefix stripped.

supported_exts = ('.git',)
supported_protocols = ('http://', 'https://', 'git://', 'git@')
supported_uris = (('git://', 5), ('git+', 5), ('git@', 5))