diff --git a/src/repository/api/ArcanistGitAPI.php b/src/repository/api/ArcanistGitAPI.php --- a/src/repository/api/ArcanistGitAPI.php +++ b/src/repository/api/ArcanistGitAPI.php @@ -385,8 +385,7 @@ } public function getSourceControlPath() { - // TODO: Try to get something useful here. - return null; + return $this->getRemoteURI(); } public function getGitCommitLog() {