Changeset View
Changeset View
Standalone View
Standalone View
src/repository/api/ArcanistGitAPI.php
| Show First 20 Lines • Show All 1,757 Lines • ▼ Show 20 Lines | return array( | ||||
| ArcanistMarkerRef::TYPE_BRANCH, | ArcanistMarkerRef::TYPE_BRANCH, | ||||
| ); | ); | ||||
| } | } | ||||
| protected function newMarkerRefQueryTemplate() { | protected function newMarkerRefQueryTemplate() { | ||||
| return new ArcanistGitRepositoryMarkerQuery(); | return new ArcanistGitRepositoryMarkerQuery(); | ||||
| } | } | ||||
| protected function newCommitGraphQueryTemplate() { | |||||
| return new ArcanistGitCommitGraphQuery(); | |||||
| } | |||||
| } | } | ||||