Lines Matching full:repo
31 verify('git:github.com/foo/repo')
32 verify('git:github.com/foo/repo.git')
33 verify('git://github.com/foo/repo#decadacefadabade')
34 verify('git://github.com/foo/repo.git#decadacefadabade')
39 'git://github.com/foo/repo.git#decadacefadabade',
40 uri + ' normalized to canonical form git://github.com/foo/repo.git#decadacefadabade'
48 verify('git+ssh://git@github.com:foo/repo')
49 verify('git+ssh://git@github.com:foo/repo#master')
50 verify('git+ssh://git@github.com/foo/repo#master')
51 verify('git+ssh://git@github.com/foo/repo#decadacefadabade')
56 'git+ssh://git@github.com/foo/repo.git#decadacefadabade',
57 uri + ' normalized to canonical form git+ssh://git@github.com/foo/repo.git#decadacefadabade'
64 verify('https://github.com/foo/repo')
65 verify('https://github.com/foo/repo#master')
66 verify('git+https://github.com/foo/repo.git#master')
67 verify('git+https://github.com/foo/repo#decadacefadabade')
73 verify('git+https://github.com:foo/repo.git#master')
78 'git+https://github.com/foo/repo.git#decadacefadabade',
79 uri + ' normalized to canonical form git+https://github.com/foo/repo.git#decadacefadabade'