Changeset View
Changeset View
Standalone View
Standalone View
src/repository/api/ArcanistGitAPI.php
| Show First 20 Lines • Show All 1,761 Lines • ▼ Show 20 Lines | |||||
| protected function newMarkerRefQueryTemplate() { | protected function newMarkerRefQueryTemplate() { | ||||
| return new ArcanistGitRepositoryMarkerQuery(); | return new ArcanistGitRepositoryMarkerQuery(); | ||||
| } | } | ||||
| protected function newRemoteRefQueryTemplate() { | protected function newRemoteRefQueryTemplate() { | ||||
| return new ArcanistGitRepositoryRemoteQuery(); | return new ArcanistGitRepositoryRemoteQuery(); | ||||
| } | } | ||||
| protected function newNormalizedURI($uri) { | |||||
| return new ArcanistRepositoryURINormalizer( | |||||
| ArcanistRepositoryURINormalizer::TYPE_GIT, | |||||
| $uri); | |||||
| } | |||||
| } | } | ||||