Lines Matching full:git
7 'protocols': [ 'git', 'http', 'git+ssh', 'git+https', 'ssh', 'https' ],
12 'gittemplate': 'git://{auth@}{domain}/{user}/{project}.git{#committish}',
16 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ],
22 'protocols': [ 'git+ssh', 'git+https', 'ssh', 'https' ],
26 'httpstemplate': 'git+https://{auth@}{domain}/{user}/{projectPath}.git{#committish}',
28 …-\/|\/repository\/archive\.tar\.gz\?=.*|\/repository\/[^/]+\/archive.tar.gz$)).*?)(?:[.]git|[/])?$/
31 'protocols': [ 'git', 'git+ssh', 'git+https', 'ssh', 'https' ],
33 'pathmatch': /^[/](?:([^/]+)[/])?([a-z0-9]{32,})(?:[.]git)?$/,
36 'gittemplate': 'git://{domain}/{project}.git{#committish}',
37 'sshtemplate': 'git@{domain}:/{project}.git{#committish}',
38 'sshurltemplate': 'git+ssh://git@{domain}/{project}.git{#committish}',
42 'httpstemplate': 'git+https://{domain}/{project}.git{#committish}',
53 'sshtemplate': 'git@{domain}:{user}/{project}.git{#committish}',
54 'sshurltemplate': 'git+ssh://git@{domain}/{user}/{project}.git{#committish}',
58 'httpstemplate': 'git+https://{auth@}{domain}/{user}/{project}.git{#committish}',
62 'pathmatch': /^[/]([^/]+)[/]([^/]+?)(?:[.]git|[/])?$/,